ProviderSettings::Parameters Property

 

Gets a collection of user-defined parameters for the provider.

Namespace:   System.Configuration
Assembly:  System.Configuration (in System.Configuration.dll)

public:
property NameValueCollection^ Parameters {
	NameValueCollection^ get();
}

Property Value

Type: System.Collections.Specialized::NameValueCollection^

A NameValueCollection of parameters for the provider.

Use the Parameters property to access the NameValueCollection parameters for this ProviderSettings object.

The following code example shows how to access the Parameters property.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 2.0
Return to top
Show: