Share via


ODataUnrecognizedPathException.ParsedSegments Property

Definition

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)

Property Value

Applies to