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!

NameValueCollection.Remove

[To be supplied.]

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

Parameters

name
[To be supplied.]

See Also

NameValueCollection Class | NameValueCollection Members | System.Collections Namespace