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