PurchaseOrder..::..TotalCost Property

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

Syntax


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