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
.NET Framework (current version)
Gets the friendly name used to refer to the provider during configuration.
Assembly: System.Configuration (in System.Configuration.dll)
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
Available since 2.0
Show: