ConfigurationPropertyAttribute.IsDefaultCollection 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置一个值,指示此属性集合是否为经过修饰的配置属性的默认属性集合。
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如果修饰的属性不是集合,则忽略属性值。