ConfigurationAuthenticationModuleService.SectionName Property

Definition

When overridden in a derived class, gets the name of the configuration section.

protected:
 abstract property System::String ^ SectionName { System::String ^ get(); };
protected abstract string SectionName { get; }
member this.SectionName : string
Protected MustOverride ReadOnly Property SectionName As String

Property Value

The name of the associated configuration section.

Remarks

This property gets the name of the module section without the path.

Applies to