Contact.SignificantOthers 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 significant others for a contact.
public:
property IVector<ContactSignificantOther ^> ^ SignificantOthers { IVector<ContactSignificantOther ^> ^ get(); };
IVector<ContactSignificantOther> SignificantOthers();
public IList<ContactSignificantOther> SignificantOthers { get; }
var iVector = contact.significantOthers;
Public ReadOnly Property SignificantOthers As IList(Of ContactSignificantOther)
Property Value
An array of significant others for a contact.
Windows requirements
App capabilities |
contactsSystem
|