C-DEngine 5.105

TheServiceHostInfo..::..CurrentVersion Property

Current version of the C-DEngine or your application Use this format: FullVersion.MinorVersion

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

Syntax


public double CurrentVersion { get; set; }
Public Property CurrentVersion As Double
	Get
	Set
public:
property double^ CurrentVersion {
	double^ get ();
	void set (double^ value);
}