PurchaseOrder..::..TotalCubic Property

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

Syntax


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