ProxyWebPartConnectionCollection.IsReadOnly 属性

定义

获取一个值,该值指示 WebPartConnection 对象是否可以添加到集合。

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

属性值

Boolean

如果连接对象不能添加到集合,则为 true;否则为 false

适用于