Gets or sets the key to the CFinancialEntity object.

Namespace:  Asi.iBO.Financials
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);
}

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