ESRI.ArcGIS.ADF.ArcGISServer.Editor
EditorTask Property
See Also 
ESRI.ArcGIS.ADF.ArcGISServer.Editor Namespace > EditorTaskWebConfigurator Class : EditorTask Property




The ID of the EditorTask being configured.

Syntax

Visual Basic (Declaration) 
<NotifyParentPropertyAttribute(True)>
<ResCategoryAttribute("EditorTaskWebConfigurator")>
<EditorAttribute(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="ESRI.ArcGIS.ADF.Web.UI.WebControls.Design.BuddyControlEditor, ESRI.ArcGIS.ADF.Web.UI.WebControls, Version=10.0.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86")>
<PersistenceModeAttribute()>
<ResDescriptionAttribute("EditorTaskWebConfigurator")>
<DefaultValueAttribute()>
Public Property EditorTask As String
Visual Basic (Usage)Copy Code
Dim instance As EditorTaskWebConfigurator
Dim value As String
 
instance.EditorTask = value
 
value = instance.EditorTask
C# 
[NotifyParentPropertyAttribute(true)]
[ResCategoryAttribute("EditorTaskWebConfigurator")]
[EditorAttribute(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="ESRI.ArcGIS.ADF.Web.UI.WebControls.Design.BuddyControlEditor, ESRI.ArcGIS.ADF.Web.UI.WebControls, Version=10.0.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86")]
[PersistenceModeAttribute()]
[ResDescriptionAttribute("EditorTaskWebConfigurator")]
[DefaultValueAttribute()]
public string EditorTask {get; set;}

See Also

© 2010 All Rights Reserved.