GigaSpaces XAP.NET Documentation
BackupId Property
Class LibraryGigaSpaces.CoreClusterInfoBackupId
Gets or sets the backup 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> BackupId { get; set; }
Public Property BackupId As Nullable(Of Integer)
public:
property Nullable<int> BackupId {
	Nullable<int> get ();
	void set (Nullable<int> value);
}
/** @property */
public Nullable<int> get_BackupId()
/** @property */
public  void set_BackupId(Nullable<int> value)

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