ConfigurationLevel Enumeration |
Provides the hierarchical level of configurations.
Namespace: RAYLASE.Marker.ConfigurationAssembly: RAYLASE.Marker.Configuration (in RAYLASE.Marker.Configuration.dll) Version: 2.19.0
Syntaxpublic enum ConfigurationLevel
MembersMember name | Value | Description |
---|
Null | 0 |
No level.
|
System | 1 |
System-wide configurations.
|
User | 2 |
User-specific configurations.
|
See Also