PurchaseOrderGeneration..::..BatchNo Property

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

Syntax


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