EnterpriseEnrollmentManager.CurrentEnterprise 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 enrolled enterprise for the current app.
public:
static property Enterprise ^ CurrentEnterprise { Enterprise ^ get(); };
static Enterprise CurrentEnterprise();
public static Enterprise CurrentEnterprise { get; }
var enterprise = EnterpriseEnrollmentManager.currentEnterprise;
Public Shared ReadOnly Property CurrentEnterprise As Enterprise
Property Value
The enrolled enterprise for the current app.