Stage..::..RequiredCapacity Property

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

Syntax


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