This documentation is archived and is not being maintained.

Field::IsRequired Property

Gets a flag that indicates whether this field requires a value.

Namespace:  Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly:  Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)

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

Property Value

Type: System::Boolean
True if the field requires a value; otherwise, false.

Show: