JsonObject.Values Property

Definition

Gets an ICollection<T> containing the values in the IDictionary<TKey,TValue>.

public:
 property System::Collections::Generic::ICollection<System::Json::JsonValue ^> ^ Values { System::Collections::Generic::ICollection<System::Json::JsonValue ^> ^ get(); };
public System.Collections.Generic.ICollection<System.Json.JsonValue> Values { get; }
member this.Values : System.Collections.Generic.ICollection<System.Json.JsonValue>
Public ReadOnly Property Values As ICollection(Of JsonValue)

Property Value

An ICollection<T> containing the values in the object that implements IDictionary<TKey,TValue>.

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