ModelStateDictionary.Values Özellik

Tanım

Sözlüğün değerlerini içeren bir koleksiyon alır.

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)

Özellik Değeri

ICollection<ModelState>

Sözlüğün değerleri.

Uygulamalar

Şunlara uygulanır