ConfigurationSectionGroup.Type プロパティ

定義

この ConfigurationSectionGroup オブジェクトの型を取得または設定します。

public:
 property System::String ^ Type { System::String ^ get(); void set(System::String ^ value); };
public string Type { get; set; }
member this.Type : string with get, set
Public Property Type As String

プロパティ値

この ConfigurationSectionGroup オブジェクトの型。

例外

ConfigurationSectionGroup オブジェクトがルート セクション グループです。

- または -

ConfigurationSectionGroup オブジェクトに位置があります。

セクションまたはグループが既に別のレベルで定義されています。

次のコード例は、Type プロパティの使用方法を示しています。 これは、 クラスの概要で提供されている大きな例の ConfigurationSectionGroup 一部です。

indent("Type: " + sectionGroup.Type);
indent("Type: " + sectionGroup.Type)

注釈

クラスの ConfigurationSectionGroup このインスタンスが派生型の場合、 Type プロパティは クラスを拡張する派生型の名前を ConfigurationSectionGroup 返します。

適用対象

こちらもご覧ください