ModelStateDictionary.Values Property

Definition

Gets a collection that contains the values of the dictionary.

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)

Property Value

The values of the dictionary.

Implements

Applies to