C-DEngine 5.105

ThePluginInfo..::..CurrentVersion Property

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);
}