GigaSpaces XAP.NET Documentation
LeaseDisabled Property
Class LibraryGigaSpaces.CoreILeaseContext<(Of <(T>)>)LeaseDisabled
Returns true if lease functionality is disabled for this instance.
Declaration Syntax
C#Visual BasicVisual 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
[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()

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 10.0.0.0 (10.0.1.11800)