AccountType Property
The account type.
Syntax
__property TicsDropboxAccountTypes AccountType = {read=FAccountType, write=FSetAccountType};
enum TicsDropboxAccountTypes { atBase=0, atPro=1, atBusiness=2 };
Default Value
0
Remarks
The account type. Possible values are:
- 0 (atBase)
- 1 (atPro)
- 2 (atBusiness)
This property is read-only.
Data Type
Integer