VariableScopes enumeration
enum VariableScopes
{
Global = 1,
User
}
Members
The VariableScopes object enumeration has the following members.
Member | Value | Description |
---|---|---|
Global | 1 | Specify variable scope is Global. |
User | 2 | Specify variable scope as User. |