ESRI.ArcGIS.ADF.Web.UI.WebControls
ControlToConfigure Property
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > IWebConfigurator Interface : ControlToConfigure Property




An instance of the task that the Web configurator is configuring.

Syntax

Visual Basic (Declaration) 
Property ControlToConfigure As Control
Visual Basic (Usage)Copy Code
Dim instance As IWebConfigurator
Dim value As Control
 
instance.ControlToConfigure = value
 
value = instance.ControlToConfigure
C# 
Control ControlToConfigure {get; set;}

Remarks

This property provides the link between the Web configurator and the task it is associated with.

See Also

© 2010 All Rights Reserved.