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!

StateBag.Remove

[To be supplied.]

[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
[To be supplied.]

See Also

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