Share via


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

See Also

Reference

Field Class

Field Members

Microsoft.TeamFoundation.WorkItemTracking.Client Namespace