Previous Property

Json.NET

Json.NET - Quick Starts & API Documentation Previous Property
NamespacesNewtonsoft.Json.LinqJTokenPrevious
Gets the previous sibling token of this node.
Declaration Syntax
C# Visual Basic Visual C++
public JToken Previous { get; internal set; }
Public Property Previous As JToken
	Get
	Friend Set
public:
property JToken^ Previous {
	JToken^ get ();
	internal: void set (JToken^ value);
}
Value
The JToken that contains the previous sibling token.

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.5.0.0 (4.5.6.14930)