Share via


HeaderDictionary.IsReadOnly 속성

정의

가 읽기 전용 모드인지 여부를 HeaderDictionary 나타내는 값을 가져옵니다.

public:
 property bool IsReadOnly { bool get(); };
public:
 property bool IsReadOnly { bool get(); void set(bool value); };
public bool IsReadOnly { get; }
public bool IsReadOnly { get; set; }
member this.IsReadOnly : bool
member this.IsReadOnly : bool with get, set
Public ReadOnly Property IsReadOnly As Boolean
Public Property IsReadOnly As Boolean

속성 값

HeaderDictionary 읽기 전용 모드이면 true이고, 그렇지 않으면 false입니다.

구현

적용 대상