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

Definition

Gets a value indicating whether the ICollection<T> is read-only.

property bool System::Collections::Generic::ICollection<System::Collections::Generic::KeyValuePair<System::String,System::Json::JsonValue>>::IsReadOnly { bool get(); };
bool System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String,System.Json.JsonValue>>.IsReadOnly { get; }
member this.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String,System.Json.JsonValue>>.IsReadOnly : bool
 ReadOnly Property IsReadOnly As Boolean Implements ICollection(Of KeyValuePair(Of String, JsonValue)).IsReadOnly

Property Value

true if the ICollection<T> is read-only; otherwise, false.

Implements

Remarks

Note

The System.Json namespace was designed for Silverlight, which is no longer supported. For processing JSON, we recommend using APIs in the System.Text.Json namespace instead.

Applies to