AccountType Property

The account's type.

Syntax

int GetAccountType();

Possible Values

AT_BASIC(0), 
AT_PRO(1),
AT_BUSINESS(2)

Default Value

0

Remarks

The account's type.

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

  • 0 (atBasic)
  • 1 (atPro)
  • 2 (atBusiness)

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]