PropertySet.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 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.