C-DEngine 5.105

TSMCosting..::..VendorCode Property

A arbitrary code for the Vendor

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

Syntax


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