NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Lease.CurrentState

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;

See Also

Lease Class | Lease Members | System.Runtime.Remoting Namespace