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!

AttributeCollection.Remove

Removes an attribute from the AttributeCollection.

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

Parameters

key
Index to attribute to remove.

See Also

AttributeCollection Class | AttributeCollection Members | System.Web.UI Namespace