Gets a list of all of the Activity Types defined in the iMIS instance

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

Syntax

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

See Also