AVEVA CAF API Documenation

Aveva.ApplicationFramework Namespace : IConfigurationValue<T> Interface
IConfigurationValue<T> Interface Properties

For a list of all members of this type, see IConfigurationValue<T> members.

Public Properties
 NameDescription
 Property Allowed values for this setting (Inherited from Aveva.ApplicationFramework.IConfigurationValueBase)
 Property True if the value at this level allows lower levels to override the setting. (Inherited from Aveva.ApplicationFramework.IConfigurationValueBase)
 Property Description (Inherited from Aveva.ApplicationFramework.IConfigurationValueBase)
 Property Exists in the provider. If false, the value will be default(T). (Inherited from Aveva.ApplicationFramework.IConfigurationValueBase)
 Property Value from cache (Inherited from Aveva.ApplicationFramework.IConfigurationValueBase)
 Property Fully qualified key (Inherited from Aveva.ApplicationFramework.IConfigurationValueBase)
 Property Information message (Inherited from Aveva.ApplicationFramework.IConfigurationValueBase)
 Property Name (Inherited from Aveva.ApplicationFramework.IConfigurationValueBase)
 Property Provider (Inherited from Aveva.ApplicationFramework.IConfigurationValueBase)
 Property True if the value is read-only (Inherited from Aveva.ApplicationFramework.IConfigurationValueBase)
 Property Source (Inherited from Aveva.ApplicationFramework.IConfigurationValueBase)
 Property SubKey (Inherited from Aveva.ApplicationFramework.IConfigurationValueBase)
 Property The native type of the configuration value (Inherited from Aveva.ApplicationFramework.IConfigurationValueBase)
 Property Untyped object value (Inherited from Aveva.ApplicationFramework.IConfigurationValueBase)
 Property Value  
Top
See Also