Gets or sets the UF_4 field of the COrderLine.

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

Syntax

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

Remarks

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

See Also