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




key
Key to retrieve value for
Retrieve value stored at a key

Syntax

Visual Basic (Declaration) 
Public Function Get( _
   ByVal key As String _
) As Object
Visual Basic (Usage)Copy Code
Dim instance As StateManager
Dim key As String
Dim value As Object
 
value = instance.Get(key)
C# 
public object Get( 
   string key
)

Parameters

key
Key to retrieve value for

Return Value

Value stored at key

See Also

© 2010 All Rights Reserved.