InvoiceLine..::..InvoiceLineID Property

Namespace:  JiwaFinancials.Jiwa.JiwaBOProcess
Assembly:  JiwaBOProcess (in JiwaBOProcess.dll)

Syntax


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