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
'Декларация
Public ReadOnly Property IsEditable As Boolean
Get
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
- 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.
See Also
Reference
Microsoft.TeamFoundation.WorkItemTracking.Client Namespace