ViewDataDictionary.Values Property

Gets a collection that contains the values in this dictionary.

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

'Declaration
Public ReadOnly Property Values As ICollection(Of Object)
	Get
'Usage
Dim instance As ViewDataDictionary 
Dim value As ICollection(Of Object)

value = instance.Values

Property Value

Type: System.Collections.Generic.ICollection(Of Object)
A collection that contains the values of the object that implements IDictionary(Of TKey, TValue).

Implements

IDictionary(Of TKey, TValue).Values
Show: