FieldDefinition.IsEditable Property
Returns true if the Field can be edited; false if the Field is read-only.
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)
Syntax
'Declaration
Public ReadOnly Property IsEditable As Boolean
'Usage
Dim instance As FieldDefinition
Dim value As Boolean
value = instance.IsEditable
public bool IsEditable { get; }
public:
property bool IsEditable {
bool get ();
}
public function get IsEditable () : boolean
Property Value
Type: System.Boolean
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.