ConfigurationSectionGroup.Type 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定這個 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 物體的類型。
例外狀況
該區段或群組已在另一個層級被定義。
範例
以下程式碼範例說明如何使用該 Type 屬性。 這是課程概述 ConfigurationSectionGroup 中提供較大範例的一部分。
indent("Type: " + sectionGroup.Type);
indent("Type: " + sectionGroup.Type)
備註
若此類別實例 ConfigurationSectionGroup 為導出型別, Type 該性質將回傳擴展該類別的 ConfigurationSectionGroup 導出型別名稱。