ConfigurationSectionGroup.SectionGroupName 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取与此 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属性值是节组(包括父节组)的完整路径名称。