The Organization (Financial Entity) to which this contact record belongs. This is used to distinguish different financial entities within iMIS and is validated against the list setup in iMIS Organization Names.

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

Syntax

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

See Also