Class ConfigurationManagerSettingsProvider
Reads configuration using System.Configuration.ConfigurationManager.
Inheritance
System.Object
ConfigurationManagerSettingsProvider
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: VDS.RDF.Configuration
Assembly: dotNetRDF.dll
Syntax
public class ConfigurationManagerSettingsProvider : ISettingsProvider
Methods
| Improve this Doc View SourceGetSetting(String)
Gets the setting from %lt;appSettings%gt; configuration section.
Declaration
public string GetSetting(string key)
Parameters
Type | Name | Description |
---|---|---|
System.String | key |
Returns
Type | Description |
---|---|
System.String |