GigaSpaces XAP.NET Documentation
Versioned Property
Class LibraryGigaSpaces.CoreEmbeddedSpaceFactoryVersioned
Determines whether the space proxy performs optimimistic locking verifications.
Declaration Syntax
C#Visual BasicVisual C++J#
public Nullable<bool> Versioned { get; set; }
Public Property Versioned As Nullable(Of Boolean)
public:
property Nullable<bool> Versioned {
	Nullable<bool> get ();
	void set (Nullable<bool> value);
}
/** @property */
public Nullable<boolean> get_Versioned()
/** @property */
public  void set_Versioned(Nullable<boolean> value)

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 12.2.0.0 (12.2.0.18000)