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

Definition

Ruft einen Wert ab, der angibt, ob das ICollection<T> schreibgeschützt ist.

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

Eigenschaftswert

true, wenn das ICollection<T> schreibgeschützt ist, andernfalls false.

Implementiert

Hinweise

Hinweis

Der System.Json Namespace wurde für Silverlight entwickelt, das nicht mehr unterstützt wird. Für die Verarbeitung von JSON wird stattdessen die Verwendung von APIs im System.Text.Json -Namespace empfohlen.

Gilt für: