Gets the full name of the contact/customer.
Namespace: Asi.iBO.ContactManagementAssembly: 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