Share via


FacetResult.Values Property

Definition

Gets an enumerable collection that contains the values in the read-only dictionary.

public System.Collections.Generic.IEnumerable<object> Values { get; }
member this.Values : seq<obj>
Public ReadOnly Property Values As IEnumerable(Of Object)

Property Value

An enumerable collection that contains the values in the read-only dictionary.

Implements

Applies to