The port number used for clustered BrightstarDB service communication

Namespace: BrightstarDB
Assembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)

Syntax

C#
public static int ClusterNodePort { get; set; }
Visual Basic
Public Shared Property ClusterNodePort As Integer
	Get
	Set
Visual C++
public:
static property int ClusterNodePort {
	int get ();
	void set (int value);
}
F#
static member ClusterNodePort : int with get, set

Property Value

Type: Int32

See Also