Contact.JobInfo 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 job info items for a contact.
public:
property IVector<ContactJobInfo ^> ^ JobInfo { IVector<ContactJobInfo ^> ^ get(); };
IVector<ContactJobInfo> JobInfo();
public IList<ContactJobInfo> JobInfo { get; }
var iVector = contact.jobInfo;
Public ReadOnly Property JobInfo As IList(Of ContactJobInfo)
Property Value
An array of job info items for a contact.
Windows requirements
App capabilities |
contactsSystem
|