Gets or sets the suffix to the customer's name. Like Sr., Jr., etc.
Namespace: Asi.iBO.ContactManagementAssembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0
Syntax
| C# |
|---|
public string Suffix { get; set; } |
| Visual Basic |
|---|
Public Property Suffix As String Get Set |
| Visual C++ |
|---|
public: property String^ Suffix { 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. Changes to this property
will also cause the FullName property to be recalculated.