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。

实现

适用于