C-DEngine 5.105

TSMCosting..::..Vendor Property

Name of the Vendor issuing the credit

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

Syntax


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