WCF-Xtensions Class Reference for Mono
Next Property






Gets the next sibling token of this node.
Syntax
'Declaration
 
Public ReadOnly Property Next As JToken
'Usage
 
Dim instance As JToken
Dim value As JToken
 
value = instance.Next
public JToken Next {get;}
public read-only property Next: JToken; 
public function get Next : JToken
public: __property JToken* get_Next();
public:
property JToken^ Next {
   JToken^ get();
}

Property Value

The JToken that contains the next sibling token.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

JToken Class
JToken Members

Send Feedback