JsonObject.ICollection<KeyValuePair<String, JsonValue>>.IsReadOnly Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets a value that indicates whether this JSON CLR object is read-only.

Namespace:  System.Json
Assembly:  System.Json (in System.Json.dll)

Syntax

'Declaration
Private ReadOnly Property IsReadOnly As Boolean
    Implements ICollection(Of KeyValuePair(Of String, JsonValue)).IsReadOnly
bool ICollection<KeyValuePair<string, JsonValue>>.IsReadOnly { get; }
private:
virtual property bool IsReadOnly {
    bool get () sealed = ICollection<KeyValuePair<String^, JsonValue^>>::IsReadOnly::get;
}
private abstract IsReadOnly : bool
private override IsReadOnly : bool
JScript does not support explicit interface implementations.

Property Value

Type: System.Boolean
True if it is read-only; otherwise, false.

Implements

ICollection<T>.IsReadOnly

.NET Framework Security

See Also

Reference

JsonObject Class

System.Json Namespace