Export..::..ExportBatch Property

Namespace:  JiwaFinancials.Jiwa.JiwaSalesUI.Export
Assembly:  JiwaSalesUI (in JiwaSalesUI.dll)

Syntax


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