Number of clusters to find.

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

Syntax

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

See Also