This documentation is archived and is not being maintained.

SortFieldList::Item Property

Gets or sets the SortField element at the specified index.

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

public:
property SortField^ Item[int index] {
	SortField^ get (int index);
	void set (int index, SortField^ value);
}

Parameters

index
Type: System::Int32

Property Value

Type: Microsoft.TeamFoundation.WorkItemTracking.Client::SortField
The SortField at the specified index.

Show: