ProviderSettings::Type Property

 

Gets or sets the type of the provider configured by this class.

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

public:
[ConfigurationPropertyAttribute("type", IsRequired = true)]
property String^ Type {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The fully qualified namespace and class name for the type of provider configured by this ProviderSettings instance.

The Type property contains the fully qualified namespace and class name for the provider configured by the ProviderSettings class.

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

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

.NET Framework
Available since 2.0
Return to top
Show: