Gets the list of name prefixes defined in the iMIS instance. For example, Mr., Mrs., Dr. etc.

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

Syntax

C#
public string[] Prefixes { get; }
Visual Basic (Declaration)
Public ReadOnly Property Prefixes As String()
Visual C++
public:
property array<String^>^ Prefixes {
	array<String^>^ get ();
}

See Also