DataViewSettingCollection.IsReadOnly 属性

定义

获取一个值,该值指示 DataViewSettingCollection 是否为只读。

public:
 property bool IsReadOnly { bool get(); };
[System.ComponentModel.Browsable(false)]
public bool IsReadOnly { get; }
[<System.ComponentModel.Browsable(false)>]
member this.IsReadOnly : bool
Public ReadOnly Property IsReadOnly As Boolean

属性值

始终返回 true 以指示集合是只读的。

属性

适用于