LeaseState Enum

Definition

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
LeaseState
Attributes

Fields

Active 2

The lease is active and has not expired.

Expired 4

The lease has expired and cannot be renewed.

Initial 1

The lease has been created, but is not yet active.

Null 0

The lease is not initialized.

Renewing 3

The lease has expired and is seeking sponsorship.

Remarks

The CurrentState property returns the lease status for a lease.

Applies to