WorkItemCollection.SortFields Property
Gets the fields used to sort the 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
'Usage
Dim instance As WorkItemCollection
Dim value As SortFieldList
value = instance.SortFields
public SortFieldList SortFields { get; }
public:
property SortFieldList^ SortFields {
SortFieldList^ get ();
}
public function get SortFields () : SortFieldList
Property Value
Type: Microsoft.TeamFoundation.WorkItemTracking.Client.SortFieldList
Remarks
This property cannot be set, but fields can be added to or removed from the SortFields instance, and Resort can be used to change the sort order for the 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.