[This is preliminary documentation and is subject to change.]

Gets or sets the parent.

Namespace:  Facebook.Json.Linq
Assembly:  Facebook (in Facebook.dll) Version: 0.2009.3.23 (0.2009.3.23)

Syntax

C#
public JContainer Parent { get; internal set; }
Visual Basic (Declaration)
Public Property Parent As JContainer
Visual C++
public:
property JContainer^ Parent {
	JContainer^ get ();
	void set (JContainer^ value);
}

Field Value

The parent.

See Also

JToken Class
Facebook.Json.Linq Namespace