Signature
enum AccountSet
{
AS_SET, // Setts the value of the account
AS_ADD // Adds a value to the account
};
Description
enum AccountSet