Gets or sets the prefix (personal title) to the ship to customer's name. Like Mr., Mrs., etc.

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

Syntax

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

Field Value

One of the system defined prefix values, like Mr., Mrs., Dr., etc.

Remarks

If set, it must be one of the valid values setup in iMIS. The value may be changed to a substitite value automatically if the system is setup to substitute a different value for the one provided.

See Also