Json.NET - Quick Starts & API Documentation
Parent Property
Namespaces ► Newtonsoft.Json.Linq ► JToken ► Parent
Gets or sets the parent.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public JContainer Parent { get; internal set; }
Public Property Parent As JContainer Get Friend Set
public: property JContainer^ Parent { JContainer^ get (); internal: void set (JContainer^ value); }
Value
The parent.