ValidationStateDictionary.Values Property

Definition

Gets an ICollection<T> containing the values in the IDictionary<TKey,TValue>.

public:
 property System::Collections::Generic::ICollection<Microsoft::AspNetCore::Mvc::ModelBinding::Validation::ValidationStateEntry ^> ^ Values { System::Collections::Generic::ICollection<Microsoft::AspNetCore::Mvc::ModelBinding::Validation::ValidationStateEntry ^> ^ get(); };
public System.Collections.Generic.ICollection<Microsoft.AspNetCore.Mvc.ModelBinding.Validation.ValidationStateEntry> Values { get; }
member this.Values : System.Collections.Generic.ICollection<Microsoft.AspNetCore.Mvc.ModelBinding.Validation.ValidationStateEntry>
Public ReadOnly Property Values As ICollection(Of ValidationStateEntry)

Property Value

Implements

Applies to