AVEVA CAF API Documenation
Properties 

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

The following tables list the members exposed by IConfigurationValue<T>.

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