Gets a list of all of the "chapters" (a.k.a., affiliates, subsidiaries, etc.) defined in the iMIS instance

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

Syntax

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

See Also