ConfigurationModuleProvider.ConfigurationSectionName Property

Definition

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.

Applies to