ViewDataDictionary.Values Property

Definition

Gets a collection that contains the values in this dictionary.

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

Property Value

A collection that contains the values of the object that implements IDictionary<TKey,TValue>.

Implements

Applies to