Share via


PathToken.NextToken Property

Definition

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

Property Value

Applies to