ODataUriParser.ParseDynamicPathSegmentFunc 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.
Gets or sets the function which can be used to parse an unknown path segment or an open property segment.
public Microsoft.OData.UriParser.ParseDynamicPathSegment ParseDynamicPathSegmentFunc { get; set; }
member this.ParseDynamicPathSegmentFunc : Microsoft.OData.UriParser.ParseDynamicPathSegment with get, set
Public Property ParseDynamicPathSegmentFunc As ParseDynamicPathSegment