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




Indicates if the editor task allows feature attributes to be edited.

Syntax

Visual Basic (Declaration) 
<ResCategoryAttribute("Editing Panels")>
<BrowsableAttribute(True)>
<ResDescriptionAttribute("Indicates if the editor task allows feature attributes to be edited.")>
<PersistenceModeAttribute()>
<DefaultValueAttribute()>
Public Property EnableEditAttributes As Boolean
Visual Basic (Usage)Copy Code
Dim instance As EditorTask
Dim value As Boolean
 
instance.EnableEditAttributes = value
 
value = instance.EnableEditAttributes
C# 
[ResCategoryAttribute("Editing Panels")]
[BrowsableAttribute(true)]
[ResDescriptionAttribute("Indicates if the editor task allows feature attributes to be edited.")]
[PersistenceModeAttribute()]
[DefaultValueAttribute()]
public bool EnableEditAttributes {get; set;}

See Also

© 2010 All Rights Reserved.