Gets an array listing the names of all of the ExtViews (User Defined Windows) defined in the system

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

Syntax

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

See Also