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!

StringCollection.Remove

[To be supplied.]

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

Parameters

value
[To be supplied.]

See Also

StringCollection Class | StringCollection Members | System.Collections Namespace