Gets the full name of the Financial Entity.

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

Syntax

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

See Also