Gets the full name of the customer to which the COrder was/should be shipped.

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

Syntax

C#
public string FullName { get; }
Visual Basic
Public ReadOnly Property FullName As String
	Get
Visual C++
public:
property String^ FullName {
	String^ get ();
}

Field Value

A formatted name, like: Mr. John C. Doe, Jr., DDS

Remarks

This value is calculated from the component parts of the name, in the format: PrefixFirstNameMiddleNameLastName, Suffix, Designation

See Also