NonSystemToken.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.
Get the list of named values for this token.
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)