Contact.Phones Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
|