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)

Syntax

'Declaration
Public ReadOnly Property SortFields As SortFieldList
public SortFieldList SortFields { get; }
public:
property SortFieldList^ SortFields {
    SortFieldList^ get ();
}
member SortFields : SortFieldList with get
function get SortFields () : SortFieldList

Property Value

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

.NET Framework Security

See Also

Reference

WorkItemCollection Class

Microsoft.TeamFoundation.WorkItemTracking.Client Namespace