GigaSpaces XAP.NET Documentation
Mirrored Property
Class LibraryGigaSpaces.XAP.ConfigurationEmbeddedSpaceConfigurationElementMirrored
Gets or sets whether this space is mirrored.
Declaration Syntax
C#Visual BasicVisual C++J#
public bool Mirrored { get; set; }
Public Property Mirrored As Boolean
public:
property bool Mirrored {
	bool get ();
	void set (bool value);
}
/** @property */
public boolean get_Mirrored()
/** @property */
public  void set_Mirrored(boolean value)

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 10.2.0.0 (10.2.1.14000)