Gets or sets the prefix (personal title) to the customer's name. Like Mr., Mrs., etc.
Namespace:
Asi.iBO.ContactManagementAssembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0
Syntax
| C# |
|---|
public string Prefix { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property Prefix As String |
| 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. Changes to this property will
also cause the FullName property to be recalculated.