HeaderDictionary.IsReadOnly Vlastnost

Definice

Získá hodnotu, která označuje, zda HeaderDictionary je v režimu jen pro čtení.

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

Hodnota vlastnosti

Boolean

true if the HeaderDictionary is in read-only mode; otherwise, false.

Implementuje

Platí pro