ModelStateDictionary::Item Property (String^)
Gets or sets the value that is associated with the specified key.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
public: property ModelState^ default[ String^ key ] { virtual ModelState^ get(String^ key) sealed; virtual void set(String^ key, ModelState^ value) sealed; }
Implements
IDictionary<TKey, TValue>::Item[TKey]
Show: