ProviderSettings::Type Property
.NET Framework (current version)
Gets or sets the type of the provider configured by this class.
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.
.NET Framework
Available since 2.0
Available since 2.0
Show: