Compartir a través de


ContactItemType.PhoneNumbers Propiedad

Definición

La PhoneNumbers propiedad obtiene o establece una matriz de tipo PhoneNumberDictionaryEntryType que representa una colección de números de teléfono para un contacto.

public:
 property cli::array <ExchangeWebServices::PhoneNumberDictionaryEntryType ^> ^ PhoneNumbers { cli::array <ExchangeWebServices::PhoneNumberDictionaryEntryType ^> ^ get(); void set(cli::array <ExchangeWebServices::PhoneNumberDictionaryEntryType ^> ^ value); };
public ExchangeWebServices.PhoneNumberDictionaryEntryType[] PhoneNumbers { get; set; }
Public Property PhoneNumbers As PhoneNumberDictionaryEntryType()

Valor de propiedad

La PhoneNumbers propiedad devuelve una matriz de tipo PhoneNumberDictionaryEntryType que representa una colección de números de teléfono para un contacto.

Se aplica a