GigaSpaces XAP.NET Documentation
Replicate Property
Class LibraryGigaSpaces.Core.MetadataSpaceClassAttributeReplicate
Enables/disables replicating the all objects of this type to target space(s) In partial replication mode.
Declaration Syntax
C#Visual BasicVisual C++J#
public bool Replicate { get; set; }
Public Property Replicate As Boolean
public:
property bool Replicate {
	bool get ();
	void set (bool value);
}
/** @property */
public boolean get_Replicate()
/** @property */
public  void set_Replicate(boolean value)

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 8.0.8.6380 (8.0.8.6380)