BatchProcessType..::..ListOfSalesOrdersToProcessStoredProcedure Property

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

Syntax


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