C-DEngine 5.105

TheUPnPDeviceInfo..::..IsCDEngine Property

This is set to true if the device is running the C-DEngine.

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

Syntax


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