Share via


EnterpriseEnrollmentManager.EnrolledEnterprises Property

Definition

Gets the list of all the enterprises in which the user is enrolled.

public:
 static property IVectorView<Enterprise ^> ^ EnrolledEnterprises { IVectorView<Enterprise ^> ^ get(); };
static IVectorView<Enterprise> EnrolledEnterprises();
public static IReadOnlyList<Enterprise> EnrolledEnterprises { get; }
var iVectorView = EnterpriseEnrollmentManager.enrolledEnterprises;
Public Shared ReadOnly Property EnrolledEnterprises As IReadOnlyList(Of Enterprise)

Property Value

The list of all the enterprises in which the user is enrolled.

Applies to