Share via


ProviderConfigurationSettings.Settings Property

Definition

When overridden in a derived class, gets the collection of settings that are specific to the host environment.

protected:
 abstract property System::Collections::IDictionary ^ Settings { System::Collections::IDictionary ^ get(); };
protected abstract System.Collections.IDictionary Settings { get; }
member this.Settings : System.Collections.IDictionary
Protected MustOverride ReadOnly Property Settings As IDictionary

Property Value

A IDictionary interface that contains the provider configuration settings.

Remarks

The System.Collections.IDictionary interface contains the attribute names and values (key/value pairs) from the provider configuration. The LoadSettings method loads these key/value pairs into the provider configuration settings.

For an example of this property, see the example for the ProviderConfigurationSettings class.

Applies to