ConfigurationElementCollection.ElementName 속성

정의

파생 클래스에서 재정의될 때 구성 파일에서 이 요소 컬렉션을 식별하는 데 사용되는 이름을 가져옵니다.

protected:
 virtual property System::String ^ ElementName { System::String ^ get(); };
protected virtual string ElementName { get; }
member this.ElementName : string
Protected Overridable ReadOnly Property ElementName As String

속성 값

컬렉션의 이름이거나, 빈 문자열입니다. 기본값은 빈 문자열입니다.

설명

사용자 지정 의 ElementName 이름을 지정하려면 속성을 재정의합니다 ConfigurationElementCollection.

적용 대상