PropertySet.Item[Int32] Property

Definition

Gets the item at the specified index. The Item[Int32] property is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

public:
 property Microsoft::Exchange::WebServices::Data::PropertyDefinitionBase ^ default[int] { Microsoft::Exchange::WebServices::Data::PropertyDefinitionBase ^ get(int index); };
public Microsoft.Exchange.WebServices.Data.PropertyDefinitionBase this[int index] { get; }
Default Public ReadOnly Property Item(index As Integer) As PropertyDefinitionBase

Parameters

index
Int32

The index of the requested property in the property set.

Property Value

The item at the specified index.

Applies to