Line..::..LineTotal Property

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

Syntax


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