SettingsProviderAttribute::ProviderTypeName Property

 

Gets the type name of the settings provider.

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

public:
property String^ ProviderTypeName {
	String^ get();
}

Property Value

Type: System::String^

A String containing the name of the settings provider.

The ProviderTypeName property is set in the SettingsProviderAttribute for the class.

.NET Framework
Available since 2.0
Return to top
Show: