IsEditable Property (DataMap)
In This Topic
Gets or sets a value that indicates whether users should be allowed to enter values.
Syntax
'Declaration
Public Property IsEditable As System.Boolean
'Usage
Dim instance As DataMap
Dim value As System.Boolean
instance.IsEditable = value
value = instance.IsEditable
public System.bool IsEditable {get; set;}
public read-write property IsEditable: System.Boolean;
public function get,set IsEditable : System.boolean
public: __property System.bool get_IsEditable();
public: __property void set_IsEditable(
System.bool value
);
public:
property System.bool IsEditable {
System.bool get();
void set ( System.bool value);
}
See Also