Gets or sets the designation that follows the ship-to customer's name.
Namespace: Asi.iBO.CommerceAssembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0
Syntax
| C# |
|---|
public string Designation { get; set; } |
| Visual Basic |
|---|
Public Property Designation As String Get Set |
| Visual C++ |
|---|
public: property String^ Designation { String^ get (); void set (String^ value); } |
Field Value
A free form text field containing the designation that follows the customer's/contact's name.
Remarks
Normally this is a certification, like CAE, or an academic title, like MD or DDS. Changes to this property
will also cause the FullName property to be recalculated.