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.CurrentLeaseTime

The amount of time remaining on the lease.

[Visual Basic]
Overridable Public ReadOnly Property CurrentLeaseTime As TimeSpan
[C#]
public TimeSpan CurrentLeaseTime {virtual get;}
[C++]
public: __property virtual TimeSpan get_CurrentLeaseTime();
[JScript]
public function get CurrentLeaseTime() : TimeSpan;

See Also

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