C-DEngine 5.105

TheServiceHostInfo..::..ISMUpdateVersion Property

Will contain the version of an update found in the directory or a stick

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

Syntax


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