C-DEngine 5.105

TheServiceHostInfo..::..ISMScanOnStartup Property

If set to true, the C-DEngine will scan for new updates during the startup

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

Syntax


public bool ISMScanOnStartup { get; set; }
Public Property ISMScanOnStartup As Boolean
	Get
	Set
public:
property bool^ ISMScanOnStartup {
	bool^ get ();
	void set (bool^ value);
}