Field.Status Property
Gets a description of the current state of this field.
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)
Syntax
'Declaration
Public ReadOnly Property Status As FieldStatus
public FieldStatus Status { get; }
public:
property FieldStatus Status {
FieldStatus get ();
}
member Status : FieldStatus with get
function get Status () : FieldStatus
Property Value
Type: Microsoft.TeamFoundation.WorkItemTracking.Client.FieldStatus
A description of the current state of this field.
Remarks
The Status property contains a member of the FieldStatus enum. This property indicates whether the current value of this field is valid and, if not, why not.
.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.