Click or drag to resize

ISettingsProviderGetSetting Method

Gets a setting for the provided key.

Namespace:  VDS.RDF.Configuration
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
string GetSetting(
	string key
)

Parameters

key
Type: SystemString

[Missing <param name="key"/> documentation for "M:VDS.RDF.Configuration.ISettingsProvider.GetSetting(System.String)"]

Return Value

Type: String
null if the key was not found.
See Also