Contact.ConnectedServiceAccounts 属性

定义

获取联系人的连接服务帐户。

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)

属性值

联系人的连接服务帐户的数组。

Windows 要求

应用功能
contactsSystem

适用于

另请参阅