EndPathToken(String, QueryToken) Constructor
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.
Create a EndPathToken given the Identifier and the NextToken (if any)
public EndPathToken (string identifier, Microsoft.OData.UriParser.QueryToken nextToken);
new Microsoft.OData.UriParser.EndPathToken : string * Microsoft.OData.UriParser.QueryToken -> Microsoft.OData.UriParser.EndPathToken
Public Sub New (identifier As String, nextToken As QueryToken)
Parameters
- identifier
- String
The Identifier of the property to access.
- nextToken
- QueryToken
The NextToken token to access the property on.