JsonObject.Values Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.