Contact.ConnectedServiceAccounts 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 connected service accounts for a contact.
public:
property IVector<ContactConnectedServiceAccount ^> ^ ConnectedServiceAccounts { IVector<ContactConnectedServiceAccount ^> ^ get(); };
IVector<ContactConnectedServiceAccount> ConnectedServiceAccounts();
public IList<ContactConnectedServiceAccount> ConnectedServiceAccounts { get; }
var iVector = contact.connectedServiceAccounts;
Public ReadOnly Property ConnectedServiceAccounts As IList(Of ContactConnectedServiceAccount)
Property Value
An array of connected service accounts for a contact.
Windows requirements
App capabilities |
contactsSystem
|