ConfigurationModuleProvider.ConfigurationSectionName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
When overridden in a derived class, gets the name of the configuration section.
protected:
abstract property System::String ^ ConfigurationSectionName { System::String ^ get(); };
protected abstract string ConfigurationSectionName { get; }
member this.ConfigurationSectionName : string
Protected MustOverride ReadOnly Property ConfigurationSectionName As String
Property Value
The configuration section name.
Remarks
The property value should be a configuration section in the ApplicationHost.config or Administration.config file.