Field.IsEditable Property
Returns true if this Field is editable according to the field definition and given the current state of the parent work item; otherwise false.
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 Field
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
true if this Field is editable according to the field definition and given the current state of the parent work item; otherwise false.
.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.