Gets or sets the "name" of the sales person who made the sale.

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

Syntax

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

Field Value

The name of the salesperson is freeform.

Remarks

The salesperson's name is for information only and is not used for processing a COrder.

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

See Also