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