ESRI.ArcGIS.ADF.Web.UI.WebControls
WebConfiguratorAttribute Class
Members  See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace : WebConfiguratorAttribute Class




Attribute class used to specify the Web configurator for a task.

Syntax

Visual Basic (Declaration) 
<AttributeUsageAttribute(AllowMultiple=False, Inherited=True)>
<SerializableAttribute()>
Public Class WebConfiguratorAttribute 
   Inherits Attribute
Visual Basic (Usage)Copy Code
Dim instance As WebConfiguratorAttribute
C# 
[AttributeUsageAttribute(AllowMultiple=false, Inherited=true)]
[SerializableAttribute()]
public class WebConfiguratorAttribute : Attribute 

Remarks

This class is used in the attributes section of a task to specify the Web configurator that will be used in Manager to configure the task. This attribute must be included in order for Manager to allow the user to configure the task. For an example, see the Common_SimpleTask sample included with the Web ADF SDK.

Inheritance Hierarchy

System.Object
   System.Attribute
      ESRI.ArcGIS.ADF.Web.UI.WebControls.WebConfiguratorAttribute

See Also

© 2010 All Rights Reserved.