C-DEngine 5.105

TheNodeInfoHeader..::..BuildVersion Property

Current build number of the node

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

Syntax


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