|
| ESRI.ArcGIS.ADF.ArcGISServer.Editor | |
| EnableEditAttributes Property | |
| See Also Send Feedback | |
| ESRI.ArcGIS.ADF.ArcGISServer.Editor Namespace > EditorTask Class : EnableEditAttributes Property |
| Visual Basic (Declaration) | |
|---|---|
<PersistenceModeAttribute(PersistenceMode.Attribute)> <ResDescriptionAttribute("Indicates if the editor task allows feature attributes to be edited.")> <DefaultValueAttribute()> <BrowsableAttribute(True)> <ResCategoryAttribute("Editing Panels")> 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# | |
|---|---|
[PersistenceModeAttribute(PersistenceMode.Attribute)] [ResDescriptionAttribute("Indicates if the editor task allows feature attributes to be edited.")] [DefaultValueAttribute()] [BrowsableAttribute(true)] [ResCategoryAttribute("Editing Panels")] public bool EnableEditAttributes {get; set;} | |
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