GigaSpaces XAP.NET Documentation
Replicable Property
Class LibraryGigaSpaces.Core.MetadataSpaceTypeDescriptorBuilderReplicable
Sets whether this type is replicable or not.
Declaration Syntax
C#Visual BasicVisual C++J#
public bool Replicable { set; }
Public WriteOnly Property Replicable As Boolean
public:
property bool Replicable {
	void set (bool value);
}
/** @property */
public  void set_Replicable(boolean value)

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 9.7.0.0 (9.7.2.11000)