ConfigurationPropertyAttribute.IsDefaultCollection 속성

정의

속성이 데코레이팅된 구성 속성의 기본 속성 컬렉션인지 여부를 나타내는 값을 가져오거나 설정합니다.

public:
 property bool IsDefaultCollection { bool get(); void set(bool value); };
public bool IsDefaultCollection { get; set; }
member this.IsDefaultCollection : bool with get, set
Public Property IsDefaultCollection As Boolean

속성 값

속성이 요소의 기본 컬렉션을 나타내면 true이고, 그렇지 않으면 false입니다. 기본값은 false입니다.

설명

IsDefaultCollection 데코레이팅된 속성이 컬렉션이 아닌 경우 속성 값은 무시됩니다.

적용 대상