EnterpriseEnrollmentManager.EnrolledEnterprises Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.