Gets the number of commands.

Namespace: BlueCieloECM.InnoCielo.Meridian.Client
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)

Syntax

C#
public int CommandsCount { get; }
Visual Basic
Public ReadOnly Property CommandsCount As Integer
	Get
Visual C++
public:
property int CommandsCount {
	int get ();
}

See Also