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




property
Name of property
Retrieve property value

Syntax

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

Parameters

property
Name of property

Return Value

The value of the property

See Also

© 2010 All Rights Reserved.