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。

実装

適用対象