LeaseState Enum
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.
Indicates the possible lease states of a 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
- Inheritance
- Attributes
Fields
Name | Value | Description |
---|---|---|
Null | 0 | The lease is not initialized. |
Initial | 1 | The lease has been created, but is not yet active. |
Active | 2 | The lease is active and has not expired. |
Renewing | 3 | The lease has expired and is seeking sponsorship. |
Expired | 4 | The lease has expired and cannot be renewed. |
Remarks
The CurrentState property returns the lease status for a lease.
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.