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




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

Object Model

WebConfiguratorAttribute Class

Syntax

Visual Basic (Declaration) 
<AttributeUsageAttribute(ValidOn=AttributeTargets.Assembly Or  _
    AttributeTargets.Module Or  _
    AttributeTargets.Class Or  _
    AttributeTargets.Struct Or  _
    AttributeTargets.Enum Or  _
    AttributeTargets.Constructor Or  _
    AttributeTargets.Method Or  _
    AttributeTargets.Property Or  _
    AttributeTargets.Field Or  _
    AttributeTargets.Event Or  _
    AttributeTargets.Interface Or  _
    AttributeTargets.Parameter Or  _
    AttributeTargets.Delegate Or  _
    AttributeTargets.ReturnValue Or  _
    AttributeTargets.GenericParameter Or  _
    AttributeTargets.All, 
   AllowMultiple=False, 
   Inherited=True)>
<SerializableAttribute()>
Public Class WebConfiguratorAttribute 
   Inherits System.Attribute
Visual Basic (Usage)Copy Code
Dim instance As WebConfiguratorAttribute
C# 
[AttributeUsageAttribute(ValidOn=AttributeTargets.Assembly | 
    AttributeTargets.Module | 
    AttributeTargets.Class | 
    AttributeTargets.Struct | 
    AttributeTargets.Enum | 
    AttributeTargets.Constructor | 
    AttributeTargets.Method | 
    AttributeTargets.Property | 
    AttributeTargets.Field | 
    AttributeTargets.Event | 
    AttributeTargets.Interface | 
    AttributeTargets.Parameter | 
    AttributeTargets.Delegate | 
    AttributeTargets.ReturnValue | 
    AttributeTargets.GenericParameter | 
    AttributeTargets.All, 
   AllowMultiple=false, 
   Inherited=true)]
[SerializableAttribute()]
public class WebConfiguratorAttribute : System.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.

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.