AccountStatus Property

The account's status.

Syntax

int GetAccountStatus();

Possible Values

AS_ACTIVE(0), 
AS_INACTIVE(1),
AS_NO_DELETE_OR_EDIT(2),
AS_NO_DELETE_EDIT_OR_UPLOAD(3)

Default Value

0

Remarks

The account's status.

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

  • 0 (asActive)
  • 1 (asInactive)
  • 2 (asNoDeleteOrEdit)
  • 3 (asNoDeleteEditOrUpload)

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]