mscorlib(4.0.0.0) API with additions
LeaseState.cs
2 
4 {
7  [ComVisible(true)]
8  public enum LeaseState
9  {
11  Null,
13  Initial,
15  Active,
17  Renewing,
19  Expired
20  }
21 }
The lease has expired and cannot be renewed.
The lease has expired and is seeking sponsorship.
LeaseState
Indicates the possible lease states of a lifetime lease.
Definition: LeaseState.cs:8
Definition: __Canon.cs:3
Specifies that the class can be serialized.
The lease has been created, but is not yet active.
The lease is active and has not expired.