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 합니다.

특성

적용 대상