C-DEngine 5.105

TheServiceHostInfo..::..VendorID Property

Guid of the Application Owner This guid will allow easy access to vendor information in the Plugin-Store

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

Syntax


public Guid VendorID { get; set; }
Public Property VendorID As Guid
	Get
	Set
public:
property Guid^ VendorID {
	Guid^ get ();
	void set (Guid^ value);
}