C-DEngine 5.105

TheUPnPDeviceInfo..::..VendorData Property

C-DEngine applications can store any vendor specific data in this property. This property is not part of the UPnP standard.

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

Syntax


public string VendorData { get; set; }
Public Property VendorData As String
	Get
	Set
public:
property String^ VendorData {
	String^ get ();
	void set (String^ value);
}