ConfigurationLoaderSettingsProvider Property |
Gets or sets the provider of external settings.
Namespace:
VDS.RDF.Configuration
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public static ISettingsProvider SettingsProvider { get; set; }
Public Shared Property SettingsProvider As ISettingsProvider
Get
Set
Property Value
Type:
ISettingsProviderRemarks On .NET Framework defaults to a reader of <appSettings> configuration section.
See Also