Gets the key to the Financial Entity that owns this account. Only set if using multiple entities.

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

Syntax

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

See Also