EnterpriseEnrollmentManager.EnrolledEnterprises 속성

정의

사용자가 등록된 모든 엔터프라이즈의 목록을 가져옵니다.

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)

속성 값

사용자가 등록된 모든 엔터프라이즈의 목록입니다.

적용 대상