
 Declaration Syntax
| C# | Visual Basic | Visual C++ | J# | 
public bool PerformSnapshot { get; set; }Public Property PerformSnapshot As Boolean
	Get
	Set
public:
property bool PerformSnapshot {
	bool get ();
	void set (bool value);
}/** @property */
public boolean get_PerformSnapshot()
/** @property */
public  void set_PerformSnapshot(boolean value)
Assembly: 
GigaSpaces.Core (Module: GigaSpaces.Core) Version: 14.5.0.0 (14.5.0)