Interface ISettingsProvider
Gives access to application settings from external source.
Namespace: VDS.RDF.Configuration
Assembly: dotNetRDF.dll
Syntax
public interface ISettingsProvider
Methods
| Improve this Doc View SourceGetSetting(String)
Gets a setting for the provided key.
Declaration
string GetSetting(string key)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | key |
Returns
| Type | Description |
|---|---|
| System.String | null if the key was not found. |