ESRI.ArcGIS.ADF.Web.UI.WebControls
Configuration Property
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > UserControlTask Class : Configuration Property




Configuration settings. This value is persisted to the HTML markup of the control and is a mechanism to persist user defined configuration settings in a serialized (string) fashion. Intended for configuring the task in Manager.

Syntax

Visual Basic (Declaration) 
<BrowsableAttribute(False)>
<NotifyParentPropertyAttribute(True)>
<DefaultValueAttribute()>
Public Property Configuration As String
Visual Basic (Usage)Copy Code
Dim instance As UserControlTask
Dim value As String
 
instance.Configuration = value
 
value = instance.Configuration
C# 
[BrowsableAttribute(false)]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
public string Configuration {get; set;}

See Also

© 2010 All Rights Reserved.