PrepaidLabourPack..::..Invoice Property

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

Syntax


public SalesOrder Invoice { get; set; }
Public Property Invoice As SalesOrder
	Get
	Set
public:
property SalesOrder^ Invoice {
	SalesOrder^ get ();
	void set (SalesOrder^ value);
}