Number of clusters, fetched from the status table

Namespace:  Cloudster
Assembly:  Cloudster.CoreLib (in Cloudster.CoreLib.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public int ClusterCount { get; set; }
Visual Basic (Declaration)
Public Property ClusterCount As Integer
Visual C++
public:
property int ClusterCount {
	int get ();
	void set (int value);
}

See Also