ProviderSettings::Name Property
.NET Framework (current version)
Gets or sets the name of the provider configured by this class.
Assembly: System.Configuration (in System.Configuration.dll)
public: [ConfigurationPropertyAttribute("name", IsRequired = true, IsKey = true)] property String^ Name { String^ get(); void set(String^ value); }
This value of the Name property is the same as the value for the name attribute that appears in the configuration section for the provider that is configured by the ProviderSettings class.
.NET Framework
Available since 2.0
Available since 2.0
Show: