ESRI.ArcGIS.ADF.ArcGISServer
Editable Property
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > Field Class : Editable Property




Indicates if the field is editable.

Syntax

Visual Basic (Declaration) 
<XmlElementAttribute(XmlSchemaForm.Unqualified)>
<DefaultValueAttribute()>
Public Property Editable As Boolean
Visual Basic (Usage)Copy Code
Dim instance As Field
Dim value As Boolean
 
instance.Editable = value
 
value = instance.Editable
C# 
[XmlElementAttribute(XmlSchemaForm.Unqualified)]
[DefaultValueAttribute()]
public bool Editable {get; set;}

See Also

© 2010 All Rights Reserved.