Gets an indication of whether this Financial Entity is also a Fund.

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

Syntax

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

See Also