PropertySet.Item[Int32] Propiedad

Definición

Obtiene el elemento en el índice especificado. El Item[Int32] (propiedad) es aplicable para los clientes que estén destinados a Exchange Online y versiones de Exchange a partir de 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

Parámetros

index
Int32

El índice de la propiedad solicitada en el conjunto de propiedades.

Valor de propiedad

PropertyDefinitionBase

El elemento en el índice especificado.

Se aplica a