Contact.Websites Property

Definition

Gets the Web sites for a contact.

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

Property Value

An array of Web sites for a contact.

Windows requirements

App capabilities
contactsSystem

Applies to

See also