Compartir a través de


Contact.Phones Propiedad

Definición

Obtiene o establece una colección de números de teléfono del contacto.

public:
 property System::Collections::Generic::List<Microsoft::Maui::ApplicationModel::Communication::ContactPhone ^> ^ Phones { System::Collections::Generic::List<Microsoft::Maui::ApplicationModel::Communication::ContactPhone ^> ^ get(); void set(System::Collections::Generic::List<Microsoft::Maui::ApplicationModel::Communication::ContactPhone ^> ^ value); };
public System.Collections.Generic.List<Microsoft.Maui.ApplicationModel.Communication.ContactPhone> Phones { get; set; }
member this.Phones : System.Collections.Generic.List<Microsoft.Maui.ApplicationModel.Communication.ContactPhone> with get, set
Public Property Phones As List(Of ContactPhone)

Valor de propiedad

Se aplica a