Contact.Phones Property

Definition

Gets info about the phones for a contact.

public:
 property IVector<ContactPhone ^> ^ Phones { IVector<ContactPhone ^> ^ get(); };
IVector<ContactPhone> Phones();
public IList<ContactPhone> Phones { get; }
var iVector = contact.phones;
Public ReadOnly Property Phones As IList(Of ContactPhone)

Property Value

An array of items that describe the phones for a contact.

Windows requirements

App capabilities
contactsSystem

Applies to

See also