Contact.ConnectedServiceAccounts Property

Definition

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

Applies to

See also