SalesOrderLineDeliveryBatch..::..BatchNo Property

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

Syntax


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