Condividi tramite


Contact.ConnectedServiceAccounts Proprietà

Definizione

Ottiene gli account del servizio connesso per un contatto.

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)

Valore della proprietà

Matrice di account del servizio connesso per un contatto.

Requisiti Windows

Funzionalità dell'app
contactsSystem

Si applica a

Vedi anche