Json.NET - Quick Starts & API Documentation
Properties Method
Namespaces ► Newtonsoft.Json.Linq ► JObject ► Properties()()()()
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.