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




property
Name of property
val
The value of the property
Set property value

Syntax

Visual Basic (Declaration) 
Public Sub SetProperty( _
   ByVal property As String, _
   ByVal val As Object _
) 
Visual Basic (Usage)Copy Code
Dim instance As StateManager
Dim property As String
Dim val As Object
 
instance.SetProperty(property, val)
C# 
public void SetProperty( 
   string property,
   object val
)

Parameters

property
Name of property
val
The value of the property

See Also

© 2010 All Rights Reserved.