OrderByCollection.Item[Int32] Property

Definition

Gets the property definition at the specified index in the collection.

public:
 property System::Collections::Generic::KeyValuePair<Microsoft::Exchange::WebServices::Data::PropertyDefinitionBase ^, Microsoft::Exchange::WebServices::Data::SortDirection> default[int] { System::Collections::Generic::KeyValuePair<Microsoft::Exchange::WebServices::Data::PropertyDefinitionBase ^, Microsoft::Exchange::WebServices::Data::SortDirection> get(int index); };
public System.Collections.Generic.KeyValuePair<Microsoft.Exchange.WebServices.Data.PropertyDefinitionBase,Microsoft.Exchange.WebServices.Data.SortDirection> this[int index] { get; }
Default Public ReadOnly Property Item(index As Integer) As KeyValuePair(Of PropertyDefinitionBase, SortDirection)

Parameters

index
Int32

The index of the property definition to return.

Property Value

The property definition and sort order at the specified index in the collection.

Applies to