C-DEngine 5.105

TheServiceHostInfo..::..StartISMDisco Property

If set to true, the UPnP Discovery System will be enabled.

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

Syntax


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