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

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.