Gets or sets the PASS_FAIL field of the COrderLine.

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

Syntax

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

Remarks

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

See Also