共用方式為


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 類別的衍生型別名稱。

適用於

另請參閱