IConfigurationValueBase Interface Members
The following tables list the members exposed by IConfigurationValueBase.
Public Properties
Name | Description | |
---|---|---|
![]() | AllowedValues | Allowed values for this setting |
![]() | AllowsOverride | True if the value at this level allows lower levels to override the setting. |
![]() | Description | Description |
![]() | Exists | Exists in the provider. If false, the value will be default(T). |
![]() | FromCache | Value from cache |
![]() | FullyQualifiedKey | Fully qualified key |
![]() | Message | Information message |
![]() | Name | Name |
![]() | Provider | Provider |
![]() | ReadOnly | True if the value is read-only |
![]() | Source | Source |
![]() | SubKey | SubKey |
![]() | Type | The native type of the configuration value |
![]() | UntypedValue | Untyped object value |
See Also