ODataUnrecognizedPathException.ParsedSegments 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.
Segments that have been successfully parsed when this exception was thrown.
public System.Collections.Generic.IEnumerable<Microsoft.OData.UriParser.ODataPathSegment> ParsedSegments { get; set; }
member this.ParsedSegments : seq<Microsoft.OData.UriParser.ODataPathSegment> with get, set
Public Property ParsedSegments As IEnumerable(Of ODataPathSegment)