C-DEngine 5.105

TheUPnPDeviceInfo..::..HasPresentation Property

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

Syntax


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