EnterpriseEnrollmentResult.EnrolledEnterprise 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 enterprise for which the user initiated enrollment.
public:
property Enterprise ^ EnrolledEnterprise { Enterprise ^ get(); };
Enterprise EnrolledEnterprise();
public Enterprise EnrolledEnterprise { get; }
var enterprise = enterpriseEnrollmentResult.enrolledEnterprise;
Public ReadOnly Property EnrolledEnterprise As Enterprise
Property Value
The enterprise for which the user initiated enrollment.