ESRI.ArcGIS.ADF.Web.UI.WebControls
Get Method
See Also  Send Feedback
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

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.