C-DEngine 5.105

TheServiceHostInfo..::..EnableBingScan Property

If set to true during startup, this node will try to find Cloud nodes using Bing Search.

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

Syntax


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