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