This documentation is archived and is not being maintained.

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)

public:
property FieldStatus Status {
	FieldStatus get ();
}

Property Value

Type: Microsoft.TeamFoundation.WorkItemTracking.Client::FieldStatus
A description of the current state of this field.

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.

Show: