Gets or sets the identifier of the financial entity to be associated with this event.

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

Syntax

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

Remarks

If the supplied value does identify a financial entity present in the Org_Control table an error is reported.

See Also