The current state of the lease.
[Visual Basic] ReadOnly Property CurrentState As LeaseState [C#] LeaseState CurrentState {get;} [C++] LeaseState get_CurrentState() = 0; [JScript] abstract function get CurrentState() : LeaseState;
The different lease states are
Null:= The lease is not initialized.
Initial:=
Active:=
Renewing:=
Expired:=
ILease Interface | ILease Members | System.Runtime.Remoting Namespace