BatchLine..::..SourceQuoteTotal Property

Namespace:  JiwaFinancials.Jiwa.JiwaSales.RecurringBatch
Assembly:  JiwaSales (in JiwaSales.dll)

Syntax


public decimal SourceQuoteTotal { get; set; }
Public Property SourceQuoteTotal As Decimal
	Get
	Set
public:
property Decimal^ SourceQuoteTotal {
	Decimal^ get ();
	void set (Decimal^ value);
}