OutputItem..::..CostPercentage Property

Namespace:  JiwaFinancials.Jiwa.JiwaBillOfMaterials.WorkOrder
Assembly:  JiwaBillOfMaterials (in JiwaBillOfMaterials.dll)

Syntax


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