Gets the BIN field of the Product_Inventory table for the default warehouse for this CStandardProduct.

Namespace: Asi.iBO.Commerce
Assembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0

Syntax

C#
public string DefaultBin { get; }
Visual Basic
Public ReadOnly Property DefaultBin As String
	Get
Visual C++
public:
property String^ DefaultBin {
	String^ get ();
}

See Also