|
InvalidConfigurationOverrideTypes Enumeration |
An enumeration used to indicate invalid override types when overriding a configuration value.
Namespace: Infosoft.Common.Contracts.DataContracts.ConfigurationsAssembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax No code example is currently available or this language may not be supported.
Members Member name | Value | Description |
---|
None | 0 |
Indicates a valid override attempt.
|
Title | 1 |
Indicates an invalid attempt to override by title.
|
User | 2 |
Indicates an invalid attempt to override by user.
|
Role | 4 |
Indicates an invalid attempt to override by role.
|
Remarks
This enumeration is a flag type, meaning that it can have multiple values if multiple overrides were invalid.
See Also