Class ConfigurationManagerSettingsProvider
Reads configuration using System.Configuration.ConfigurationManager.
Inheritance
System.Object
ConfigurationManagerSettingsProvider
Implements
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
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 |
---|---|---|
string | key |
Returns
Type | Description |
---|---|
string |