ConfigurationSectionGroup.Name プロパティ

定義

この ConfigurationSectionGroup オブジェクトの名前プロパティを取得します。

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

プロパティ値

この ConfigurationSectionGroup オブジェクトの名前プロパティ。

次のコード例は、 クラスのこのインスタンスの名前を表示する方法を ConfigurationSectionGroup 示しています。 これは、 クラスの概要で提供されている大きな例の ConfigurationSectionGroup 一部です。

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

注釈

プロパティ値は Name 、親セクション グループを含まないセクション グループの名前です。

適用対象

こちらもご覧ください