Gets or sets the BIN field of the COrderLine.

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

Syntax

C#
public string Bin { get; set; }
Visual Basic
Public Property Bin As String
	Get
	Set
Visual C++
public:
property String^ Bin {
	String^ get ();
	void set (String^ value);
}

Remarks

If the value supplied is greater than 10 characters in length an error is reported.

See Also