PathToken.NextToken Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The NextToken in the path(can either be the parent or the child depending on whether the tree has been normalized for expand or not. TODO: need to revisit this and the rest of the syntactic parser to make it ready for public consumption.
public abstract Microsoft.OData.UriParser.QueryToken NextToken { get; set; }
member this.NextToken : Microsoft.OData.UriParser.QueryToken with get, set
Public MustOverride Property NextToken As QueryToken