GigaSpaces XAP.NET Documentation
InstanceId Property
Class LibraryGigaSpaces.CoreSpaceProxyFactoryInstanceId
Determines a specific instance ID within the cluster to connect to.
Declaration Syntax
C#Visual BasicVisual C++J#
public string InstanceId { get; set; }
Public Property InstanceId As String
public:
property String^ InstanceId {
	String^ get ();
	void set (String^ value);
}
/** @property */
public String get_InstanceId()
/** @property */
public  void set_InstanceId(String value)

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 12.2.0.0 (12.2.0.18000)