public property O2GAccountTableRow.ManagerAccountID

Brief

Gets the unique identification number of the funds manager account.

Declaration
C#
string  ManagerAccountID get;

Details

The returned value is unique within the database where the account is stored. For example, MINIDEMO or U100D1. The uniqueness of the funds manager account itself is ensured by the combination of the database ID and the returned value of this method.

It is applicable to managed accounts only (see the AccountKind field of the Accounts table). For all other account kinds, the method returns an empty string.

Declared in O2GAccountRow

back