Inventory..::..UseStandardCost Property

Gets or sets a value indicating whether [use standard cost].

Namespace:  JiwaFinancials.Jiwa.JiwaInventory.XML
Assembly:  JiwaInventory (in JiwaInventory.dll)

Syntax


[DataMemberAttribute]
public bool UseStandardCost { get; set; }
<DataMemberAttribute> _
Public Property UseStandardCost As Boolean
	Get
	Set
[DataMemberAttribute]
public:
property bool^ UseStandardCost {
	bool^ get ();
	void set (bool^ value);
}

Field Value

true if [use standard cost]; otherwise, false.