This documentation is archived and is not being maintained.

ValuesCollection::Item Property

Gets the value at the specified index in this collection.

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

public:
property String^ Item[int index] {
	String^ get (int index);
}

Parameters

index
Type: System::Int32

Property Value

Type: System::String
Returns String.

Show: