SalesOrderLine..::..HistoryID Property

Namespace:  JiwaFinancials.Jiwa.JiwaSales.SalesOrder
Assembly:  JiwaSales (in JiwaSales.dll)

Syntax


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