ModelStateDictionary.Values Property
Gets a collection that contains the values in the dictionary.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
'Declaration Public ReadOnly Property Values As ICollection(Of ModelState) Get 'Usage Dim instance As ModelStateDictionary Dim value As ICollection(Of ModelState) value = instance.Values
Property Value
Type: System.Collections.Generic.ICollection(Of ModelState)A collection that contains the values of the model-state dictionary.
Implements
IDictionary(Of TKey, TValue).Values
Show: