WorkOrder..::..Reference Property

Namespace:  JiwaFinancials.Jiwa.JiwaBillOfMaterials.WorkOrder
Assembly:  JiwaBillOfMaterials (in JiwaBillOfMaterials.dll)

Syntax


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