EnterpriseEnrollmentManager.CurrentEnterprise 属性

定义

获取当前应用的已注册企业。

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

属性值

当前应用的已注册企业。

适用于