Returns true if lease functionality is disabled for this instance.
Declaration Syntax
C# | Visual Basic | Visual C++ | J# |
[ObsoleteAttribute("Since 9.0.2 - Lease is always enabled")] bool LeaseDisabled { get; }
<ObsoleteAttribute("Since 9.0.2 - Lease is always enabled")> _ ReadOnly Property LeaseDisabled As Boolean Get
[ObsoleteAttribute(L"Since 9.0.2 - Lease is always enabled")] property bool LeaseDisabled { bool get (); }
/** @property */ /** @attribute ObsoleteAttribute("Since 9.0.2 - Lease is always enabled") */ boolean get_LeaseDisabled()