C-DEngine 5.105

TheNodeDiagInfo..::..ServiceCount Property

Number of services installed on the node

Namespace:  nsCDEngine.ViewModels
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public int ServiceCount { get; set; }
Public Property ServiceCount As Integer
	Get
	Set
public:
property int^ ServiceCount {
	int^ get ();
	void set (int^ value);
}