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