GigaSpaces XAP.NET Documentation
InstanceId Property
Class LibraryGigaSpaces.CoreClusterInfoInstanceId
Gets or sets the instance id of the specific cluster member. Can have null value which means that it was not set and should not be taken into account.
Declaration Syntax
C#Visual BasicVisual C++J#
public Nullable<int> InstanceId { get; private set; }
Public Property InstanceId As Nullable(Of Integer)
public:
property Nullable<int> InstanceId {
	Nullable<int> get ();
	void set (Nullable<int> value);
}
/** @property */
public Nullable<int> get_InstanceId()
/** @property */
public  void set_InstanceId(Nullable<int> value)

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