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。

實作

適用於