Share via


InnerPathToken.NamedValues Property

Definition

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)

Property Value

Applies to