다음을 통해 공유


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 .

적용 대상

추가 정보