PropertyValues Method

Json.NET

Json.NET - Quick Starts & API Documentation PropertyValues Method
NamespacesNewtonsoft.Json.LinqJObjectPropertyValues()()()()
Gets an JEnumerable<(Of <(<'T>)>)> of this object's property values.
Declaration Syntax
C# Visual Basic Visual C++
public JEnumerable<JToken> PropertyValues()
Public Function PropertyValues As JEnumerable(Of JToken)
public:
JEnumerable<JToken^> PropertyValues()
Return Value
An JEnumerable<(Of <(<'T>)>)> of this object's property values.

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.0.2.0 (4.0.2.13623)