Gets the name of the iMIS application (module) that the table is related to

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

Syntax

C#
public string Application { get; }
Visual Basic
Public ReadOnly Property Application As String
	Get
Visual C++
public:
property String^ Application {
	String^ get ();
}

See Also