This documentation is archived and is not being maintained.

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)

public:
property bool IsEditable {
	bool get ();
}

Property Value

Type: System::Boolean
True if the value of the field can be edited; otherwise, false.

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.

Show: