LeaseState 列舉

定義

指示存留期使用期 (Lifetime Lease) 的可能使用期狀態。

public enum class LeaseState
[System.Serializable]
public enum LeaseState
[System.Serializable]
[System.Runtime.InteropServices.ComVisible(true)]
public enum LeaseState
[<System.Serializable>]
type LeaseState = 
[<System.Serializable>]
[<System.Runtime.InteropServices.ComVisible(true)>]
type LeaseState = 
Public Enum LeaseState
繼承
LeaseState
屬性

欄位

Active 2

使用期在作用中而且尚未過期。

Expired 4

使用期已經過期而且無法更新。

Initial 1

使用期已經建立,但還沒有作用。

Null 0

使用期未初始化。

Renewing 3

使用期已經過期,並且正在尋求贊助。

備註

屬性 CurrentState 會傳回租用的租用狀態。

適用於