共用方式為


EnterpriseStatus 列舉

定義

指定企業中使用者註冊的目前狀態。

public enum class EnterpriseStatus
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Phone.PhoneContract, 65536)]
enum class EnterpriseStatus
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Phone.PhoneContract), 65536)]
public enum EnterpriseStatus
Public Enum EnterpriseStatus
繼承
EnterpriseStatus
屬性

Windows 需求

裝置系列
Windows Mobile Extension SDK (已於 10.0.10240.0 引進)
API contract
Windows.Phone.PhoneContract (已於 v1.0 引進)

欄位

Disabled 1

註冊已停用,因為上次註冊檢查過太多時間。

Enrolled 0

使用者已在企業中註冊,且註冊為作用中。

Expired 3

企業憑證已過期且不再有效。

Revoked 2

已撤銷企業註冊。

適用於