GigaSpaces XAP.NET Documentation
Schema Property
Class LibraryGigaSpaces.CoreClusterInfoSchema
Gets or sets the schema the cluster operates under. Usually maps to a Space cluster schema. Can have null value which means that it was not set.
Declaration Syntax
C#Visual BasicVisual C++J#
public string Schema { get; private set; }
Public Property Schema As String
public:
property String^ Schema {
	String^ get ();
	void set (String^ value);
}
/** @property */
public String get_Schema()
/** @property */
public  void set_Schema(String value)

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 12.3.0.0 (12.3.0.19000)