ContactPerson.TelephoneNumbers Propiedad

Definición

Obtiene o establece la colección de número de teléfono.

public:
 property System::Collections::Generic::ICollection<System::String ^> ^ TelephoneNumbers { System::Collections::Generic::ICollection<System::String ^> ^ get(); };
public System.Collections.Generic.ICollection<string> TelephoneNumbers { get; }
member this.TelephoneNumbers : System.Collections.Generic.ICollection<string>
Public ReadOnly Property TelephoneNumbers As ICollection(Of String)

Valor de propiedad

La colección de números de teléfono.

Comentarios

Corresponde a elementos secundarios opcionales <md:TelephoneNumber> .

Se aplica a