Share via


Contact.ConnectedServiceAccounts Propriété

Définition

Obtient les comptes de service connectés pour un 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)

Valeur de propriété

Tableau de comptes de service connectés pour un contact.

Configuration requise pour Windows

Fonctionnalités de l’application
contactsSystem

S’applique à

Voir aussi