ProviderConfigurationSettings.GetSettings Method

Definition

Returns an array that contains the settings of the provider configuration.

public:
 System::Collections::IDictionary ^ GetSettings();
public System.Collections.IDictionary GetSettings ();
member this.GetSettings : unit -> System.Collections.IDictionary
Public Function GetSettings () As IDictionary

Returns

A IDictionary interface that contains the settings.

Remarks

This method returns an array of settings that were previously loaded with the LoadSettings method. The returned array contains the key/value pairs in the provider configuration settings. You can iterate through the System.Collections.IDictionary array to obtain the key and the value strings for each key/value pair.

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

Applies to