Editable Property (Read Only) |
Top Previous Next |
Returns true if the field is editable (unprotected), otherwise returns false.
VB.NET Syntax
[Boolean =] Field.Editable
C# Syntax
[bool =] Field.Editable;
See Also Mandatory property.
|