ISettingsProviderGetSetting Method |
Gets a setting for the provided key.
Namespace:
VDS.RDF.Configuration
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax string GetSetting(
string key
)
Function GetSetting (
key As String
) As String
Parameters
- key
- Type: SystemString
[Missing <param name="key"/> documentation for "M:VDS.RDF.Configuration.ISettingsProvider.GetSetting(System.String)"]
Return Value
Type:
Stringnull if the
key was not found.
See Also