Parent Property

Json.NET

Json.NET - Quick Starts & API Documentation Parent Property
NamespacesNewtonsoft.Json.LinqJTokenParent
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.

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