This documentation is archived and is not being maintained.

WorkItemCollection::SortFields Property

Gets a list of the SortFields that are associated with this collection.

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

public:
property SortFieldList^ SortFields {
	SortFieldList^ get ();
}

Property Value

Type: Microsoft.TeamFoundation.WorkItemTracking.Client::SortFieldList
A list of the SortFields that are associated with this collection.

Show: