AccountRole Property

The account's role.

Syntax

int GetAccountRole();

Possible Values

AR_USER(0), 
AR_COADMIN(1),
AR_ADMIN(2)

Default Value

0

Remarks

The account's role.

This property reflects the account's role. Possible values are:

  • 0 (arUser)
  • 1 (arCoadmin)
  • 2 (arAdmin)

This property is read-only and not available at design time.

Data Type

Integer

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks Cloud 2020 Qt Edition - Version 20.0 [Build 8265]