ConfigurationProperty.IsDefaultCollection 属性
定义
获取一个值,该值指示属性是否为默认的元素集合。Gets a value that indicates whether the property is the default collection of an element.
此 API 支持产品基础结构,不能在代码中直接使用。
public:
property bool IsDefaultCollection { bool get(); };
public bool IsDefaultCollection { get; }
member this.IsDefaultCollection : bool
Public ReadOnly Property IsDefaultCollection As Boolean
属性值
如果属性是元素的默认集合,则为 true;否则为 false。true if the property is the default collection of an element; otherwise, false.
注解
如果该属性不是集合,则将忽略此值。This value is ignored if the property is not a collection.