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
	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()

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 14.0.0.0 (14.0.0.20000)