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 이 instance 파생 형식 Type 이면 속성은 클래스를 확장하는 파생 형식의 이름을 반환합니다ConfigurationSectionGroup.

적용 대상

추가 정보