Gets the list of name suffixes defined in the iMIS instance. For example, Jr., Sr., III, etc

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

Syntax

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

See Also