Contact.Websites 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 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
|