C-DEngine 5.105

TheServiceHostInfo..::..VendorName Property

Human Readable name of the Vendor creating this Application

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

Syntax


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