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 [ConfigurationPropertyAttribute("", IsRequired = true, IsDefaultCollection = true)]
public KeyValueConfigurationCollection Settings { get; set; }
Property Value
Type:
KeyValueConfigurationCollectionSee Also