Click or drag to resize

ConfigurationSettings Property

A key-value collection for all Nova settings (works like 'appSettings', but in a separate configSection).

Namespace:  Nova
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
[ConfigurationPropertyAttribute("", IsRequired = true, IsDefaultCollection = true)]
public KeyValueConfigurationCollection Settings { get; set; }

Property Value

Type: KeyValueConfigurationCollection
See Also