NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

XmlSchemaCollection.Remove

Removes the schema associated with the given namespace URI.

[Visual Basic]
Public Sub Remove( _
   ByVal namespaceURI As String _
)
[C#]
public void Remove(
   string namespaceURI
);
[C++]
public: void Remove(
   String* namespaceURI
);
[JScript]
public function Remove(
   namespaceURI : String
);

Parameters

namespaceURI
[To be supplied.]

See Also

XmlSchemaCollection Class | XmlSchemaCollection Members | System.Data.XML Namespace