ConfigurationAuthenticationModuleService.SectionName 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 ^ 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.