InnerPathToken.NamedValues 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.
The named values in the key lookup for this segment. If the segment has no key lookup, then this property is null. If the segment has empty key lookup (), then this property is an empty collection.
public System.Collections.Generic.IEnumerable<Microsoft.OData.UriParser.NamedValue> NamedValues { get; }
member this.NamedValues : seq<Microsoft.OData.UriParser.NamedValue>
Public ReadOnly Property NamedValues As IEnumerable(Of NamedValue)