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