Properties Method

Json.NET

Json.NET - Quick Starts & API Documentation Properties Method
NamespacesNewtonsoft.Json.LinqJObjectProperties()()()()
Gets an IEnumerable<(Of <(<'T>)>)> of this object's properties.
Declaration Syntax
C# Visual Basic Visual C++
public IEnumerable<JProperty> Properties()
Public Function Properties As IEnumerable(Of JProperty)
public:
IEnumerable<JProperty^>^ Properties()
Return Value
An IEnumerable<(Of <(<'T>)>)> of this object's properties.

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.5.0.0 (4.5.6.14930)