The current state of the lease. See ILease for the different lease states.
[Visual Basic] Overridable Public ReadOnly Property CurrentState As LeaseState [C#] public LeaseState CurrentState {virtual get;} [C++] public: __property virtual LeaseState get_CurrentState(); [JScript] public function get CurrentState() : LeaseState;
Lease Class | Lease Members | System.Runtime.Remoting Namespace