Contact.Phones Property

Definition

Gets or sets a collection of phone numbers of the contact.

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)

Property Value

Applies to