ContactItemType.PhoneNumbers Propiedad
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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.