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.2.0
Syntax
| C# |
|---|
public string CostOfGoodsAccount { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property CostOfGoodsAccount As String |
| Visual C++ |
|---|
public: property String^ CostOfGoodsAccount { String^ get (); void set (String^ value); } |