Share via


Field.IsEditable Property

Gets a flag that indicates whether the value of this field can be edited in the current state of the work item.

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 the value of the field can be edited; otherwise, false.

Remarks

A field may not be edited because the value of the field is the result of a computation or the value cannot be changed based on rules.

The FROZEN XML element can prevent a field from being edited that would otherwise be editable.

.NET Framework Security

See Also

Reference

Field Class

Microsoft.TeamFoundation.WorkItemTracking.Client Namespace

Other Resources

FROZEN Element (Work Item Type Definition Schema)