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