WebPartConnectionCollection.IsReadOnly 属性
定义
获取指示 WebPartConnectionCollection 集合是否为只读的值。Gets a value indicating whether the WebPartConnectionCollection collection is read-only.
public:
property bool IsReadOnly { bool get(); };
public bool IsReadOnly { get; }
member this.IsReadOnly : bool
Public ReadOnly Property IsReadOnly As Boolean
属性值
如果 true 是只读的,则为 WebPartConnectionCollection;否则为 false。true if the WebPartConnectionCollection is read-only; otherwise, false.
注解
在创建只读集合后,该集合不允许添加、移除或修改元素。A collection that is read-only does not allow the addition, removal, or modification of elements after the collection is created. 有关详细信息,请参阅 IsReadOnly。For more information, see IsReadOnly.