Json.NET - Quick Starts & API Documentation
Parent Property
NamespacesNewtonsoft.Json.LinqJTokenParent
Gets or sets the parent.
Declaration Syntax
C#Visual BasicVisual C++
public JContainer Parent { get; internal set; }
Public Property Parent As JContainer
public:
property JContainer^ Parent {
	JContainer^ get ();
	void set (JContainer^ value);
}
Value
The parent.

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 3.5.0.0 (3.5.0.0)