ESRI.ArcGIS.ADF.Web.UI.WebControls
Remove Method
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > StateManager Class : Remove Method




key
Key to remove value for
Remove a value stored at a key

Syntax

Visual Basic (Declaration) 
Public Sub Remove( _
   ByVal key As String _
) 
Visual Basic (Usage)Copy Code
Dim instance As StateManager
Dim key As String
 
instance.Remove(key)
C# 
public void Remove( 
   string key
)

Parameters

key
Key to remove value for

See Also

© 2010 All Rights Reserved.