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
- 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.