Gets an indication of whether this Financial Entity is the system default financial entity.

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

Syntax

C#
public bool IsDefault { get; }
Visual Basic (Declaration)
Public ReadOnly Property IsDefault As Boolean
Visual C++
public:
property bool IsDefault {
	bool get ();
}

See Also