LegacySalesOrderReport..::..NumberOfCopies Property

Namespace:  JiwaFinancials.Jiwa.JiwaApplication.SystemProfile
Assembly:  JiwaApplication (in JiwaApplication.dll)

Syntax


public int NumberOfCopies { get; set; }
Public Property NumberOfCopies As Integer
	Get
	Set
public:
property int^ NumberOfCopies {
	int^ get ();
	void set (int^ value);
}