Partager via


UserDataAccountProviderAddAccountOperation.PartnerAccountInfos Propriété

Définition

Obtient la liste des objets UserDataAccountPartnerAccountInfo pour cette opération.

public:
 property IVectorView<UserDataAccountPartnerAccountInfo ^> ^ PartnerAccountInfos { IVectorView<UserDataAccountPartnerAccountInfo ^> ^ get(); };
IVectorView<UserDataAccountPartnerAccountInfo> PartnerAccountInfos();
public IReadOnlyList<UserDataAccountPartnerAccountInfo> PartnerAccountInfos { get; }
var iVectorView = userDataAccountProviderAddAccountOperation.partnerAccountInfos;
Public ReadOnly Property PartnerAccountInfos As IReadOnlyList(Of UserDataAccountPartnerAccountInfo)

Valeur de propriété

Liste des objets UserDataAccountPartnerAccountInfo pour cette opération.

S’applique à