Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ProviderBase::Name Property

 

Gets the friendly name used to refer to the provider during configuration.

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

public:
property String^ Name {
	virtual String^ get();
}

Property Value

Type: System::String^

The friendly name used to refer to the provider during configuration.

The recommended pattern for this string is: [Provider Creator][Implementation Type][Feature]Provider. Although the Description property also provides a friendly description, the Name property is used as an identifier for the provider.

.NET Framework
Available since 2.0
Return to top
Show:
© 2017 Microsoft