C-DEngine 5.105

TheServiceHostInfo..::..VendorData Property

Custom Vendor Data that will be included in the UPnP metadata You will get this ID assigned from from C-Labs once you have licensed the C-DEngine

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);
}