public property O2GAccountTableRow.MaintenanceFlag

Brief

Gets a rollover maintenance flag.

Declaration
C#
bool  MaintenanceFlag get;

Details

The returned value defines whether an account is under a rollover maintenance or not.
The possible return values are:

true

The account is under a rollover maintenance.

false

The account is not under a rollover maintenance.

It is applicable to funds manager accounts only (see the AccountKind field of the Accounts table). For all other account kinds, the method returns false.

Declared in O2GAccountRow

back