다음을 통해 공유


ConfigurationCollectionSchema.AllowDuplicates 속성

정의

컬렉션에서 중복 키를 허용하는지 여부를 나타내는 값을 가져옵니다.

public:
 property bool AllowDuplicates { bool get(); };
public bool AllowDuplicates { get; }
member this.AllowDuplicates : bool
Public ReadOnly Property AllowDuplicates As Boolean

속성 값

true 컬렉션에서 중복 키를 허용하면 이고, 그렇지 않으면 입니다 false.

적용 대상