Share via


EnterpriseEnrollmentManager.CurrentEnterprise Property

Definition

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.

Applies to