ConfigScope Enum

Definition

The scope of the configuration file.

public enum ConfigScope
type ConfigScope = 
Public Enum ConfigScope
Inheritance
ConfigScope

Fields

AllUsers 0

AllUsers configuration applies to all users.

CurrentUser 1

CurrentUser configuration applies to the current user.

Applies to