ConfigurationSectionGroup.Name 속성

정의

ConfigurationSectionGroup 개체의 이름 속성을 가져옵니다.

public:
 property System::String ^ Name { System::String ^ get(); };
public string Name { get; }
member this.Name : string
Public ReadOnly Property Name As String

속성 값

ConfigurationSectionGroup 개체의 이름 속성입니다.

예제

다음 코드 예제에서는 클래스의이 instance 이름을 표시 하는 방법을 보여 있습니다ConfigurationSectionGroup. 이는 클래스 개요에 제공된 더 큰 예제의 ConfigurationSectionGroup 일부입니다.

// Get the section group name.
indent("Section Group Name: " + sectionGroup.Name);
' Get the section group name.
indent("Section Group Name: " + sectionGroup.Name)

설명

Name 속성 값은 부모 섹션 그룹을 포함하지 않는 섹션 그룹의 이름입니다.

적용 대상

추가 정보