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!

NameObjectCollectionBase.BaseRemove (String)

[To be supplied.]

[Visual Basic]
Overloads Protected Sub BaseRemove( _
   ByVal name As String _
)
[C#]
protected void BaseRemove(
   string name
);
[C++]
protected: void BaseRemove(
   String* name
);
[JScript]
protected function BaseRemove(
   name : String
);

Parameters

name
[To be supplied.]

See Also

NameObjectCollectionBase Class | NameObjectCollectionBase Members | System.Collections Namespace | NameObjectCollectionBase.BaseRemove Overload List