This documentation is archived and is not being maintained.

Field::HasAllowedValuesList Property

Gets a flag that indicates whether a list of allowed values is available for this field.

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

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

Property Value

Type: System::Boolean
True if a list of allowed values exists; otherwise, false.

You can use this method as a performance alternative for user interfaces that determine how to paint controls that are based on the result of this flag.

Show: