GigaSpaces XAP.NET Documentation
Persist Property
Class LibraryGigaSpaces.Core.MetadataSpaceClassAttributePersist
When space defined as persistent true value for this annotation will persist object of this type.
Declaration Syntax
C#Visual BasicVisual C++J#
public bool Persist { get; set; }
Public Property Persist As Boolean
public:
property bool Persist {
	bool get ();
	void set (bool value);
}
/** @property */
public boolean get_Persist()
/** @property */
public  void set_Persist(boolean value)

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 10.1.0.0 (10.1.1.12800)