Compartir a través de


UserDataAccountProviderAddAccountOperation.PartnerAccountInfos Propiedad

Definición

Obtiene una lista de objetos UserDataAccountPartnerAccountInfo para esta operación.

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)

Valor de propiedad

Lista de objetos UserDataAccountPartnerAccountInfo para esta operación.

Se aplica a