Gets or sets the key to the CFinancialEntity object.

Namespace: Asi.iBO.Financials
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 an attempt is made to set this to a string that does not correspond to an existing entity, an error is generated.

See Also