ModelStateDictionary.Values Propiedad

Definición

Obtiene una colección que contiene los valores del diccionario.

public:
 property System::Collections::Generic::ICollection<System::Web::ModelBinding::ModelState ^> ^ Values { System::Collections::Generic::ICollection<System::Web::ModelBinding::ModelState ^> ^ get(); };
public System.Collections.Generic.ICollection<System.Web.ModelBinding.ModelState> Values { get; }
member this.Values : System.Collections.Generic.ICollection<System.Web.ModelBinding.ModelState>
Public ReadOnly Property Values As ICollection(Of ModelState)

Valor de propiedad

ICollection<ModelState>

Valores del diccionario.

Implementaciones

Se aplica a