Share via


UserDataAccountProviderAddAccountOperation.PartnerAccountInfos Property

Definition

Gets a list of UserDataAccountPartnerAccountInfo objects for this operation.

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)

Property Value

A list of UserDataAccountPartnerAccountInfo objects for this operation.

Applies to