ConfigurationSectionGroup.SectionGroupName 属性

定义

获取与此 ConfigurationSectionGroup 关联的节组名称。

public:
 property System::String ^ SectionGroupName { System::String ^ get(); };
public string SectionGroupName { get; }
member this.SectionGroupName : string
Public ReadOnly Property SectionGroupName As String

属性值

ConfigurationSectionGroup 对象的节组名称。

示例

下面的代码示例演示如何显示 类的此实例 ConfigurationSectionGroup 的名称。 这是 类概述中提供的更大示例的一 ConfigurationSectionGroup 部分。

// Get the fully qualified group name.
indent("Section Group Name: " + sectionGroup.SectionGroupName);
' Get the fully qualified section group name.
indent("Section Group Name: " + sectionGroup.SectionGroupName)

注解

SectionGroupName属性值是节组(包括父节组)的完整路径名称。

适用于

另请参阅