Gets or sets the General Ledger account used to track the Cost of Goods for this product.
Namespace: Asi.iBO.CommerceAssembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0
Syntax
| C# |
|---|
protected string CostOfGoodsAccount { get; set; } |
| Visual Basic |
|---|
Protected Property CostOfGoodsAccount As String Get Set |
| Visual C++ |
|---|
protected: property String^ CostOfGoodsAccount { String^ get (); void set (String^ value); } |