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 、親セクション グループを含むセクション グループの完全なパス名です。

適用対象

こちらもご覧ください