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如果修饰的属性不是集合,则忽略属性值。

适用于