Comma delimited list of Prefixes that should be included in the FullName

Namespace:  Asi.iBO.ContactManagement
Assembly:  Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0

Syntax

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

See Also