OrderByCollection.Item[Int32] Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.