FieldDefinition.IsEditable Property

Gets a flag that describes whether a Field that uses this field definition is editable.

Namespace:  Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly:  Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)

Syntax

'Declaration
Public ReadOnly Property IsEditable As Boolean
public bool IsEditable { get; }
public:
property bool IsEditable {
    bool get ();
}
member IsEditable : bool
function get IsEditable () : boolean

Property Value

Type: System.Boolean
True if a Field that uses this field definition is editable; otherwise, false.

.NET Framework Security

See Also

Reference

FieldDefinition Class

Microsoft.TeamFoundation.WorkItemTracking.Client Namespace