Configuration.GetSectionGroup(String) Method
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.
Gets the specified ConfigurationSectionGroup object.
public:
System::Configuration::ConfigurationSectionGroup ^ GetSectionGroup(System::String ^ sectionGroupName);
public System.Configuration.ConfigurationSectionGroup GetSectionGroup (string sectionGroupName);
member this.GetSectionGroup : string -> System.Configuration.ConfigurationSectionGroup
Public Function GetSectionGroup (sectionGroupName As String) As ConfigurationSectionGroup
Parameters
- sectionGroupName
- String
The path name of the ConfigurationSectionGroup to return.
Returns
The ConfigurationSectionGroup specified, or null
if the requested section group does not exist.
Remarks
Use the GetSectionGroup method to obtain a specific ConfigurationSectionGroup from a Configuration object.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.