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
声明
Public ReadOnly Property SortFields As SortFieldList
    Get
public SortFieldList SortFields { get; }
public:
property SortFieldList^ SortFields {
    SortFieldList^ get ();
}
member SortFields : SortFieldList
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.