Show / Hide Table of Contents

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 Source

GetSetting(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.

Extension Methods

Extensions.AsEnumerable<T>(T)
  • Improve this Doc
  • View Source
In This Article
  • Methods
    • GetSetting(String)
  • Extension Methods
Back to top Generated by DocFX