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

プロパティ値

Boolean

コレクションが読み取り true 専用であることを示す値が常に返されます。

属性

適用対象