C-DEngine 5.105

TheServiceHostInfo..::..IsUsingUPnP Property

Note: This API is now obsolete.
If set to False, the UPnP discovery system was disabled

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

Syntax


[ObsoleteAttribute]
public bool IsUsingUPnP { get; set; }
<ObsoleteAttribute> _
Public Property IsUsingUPnP As Boolean
	Get
	Set
[ObsoleteAttribute]
public:
property bool^ IsUsingUPnP {
	bool^ get ();
	void set (bool^ value);
}