ModelStateDictionary::Values Property

 

Gets a collection that contains the values in the dictionary.

Namespace:   System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

public:
property ICollection<ModelState^>^ Values {
	virtual ICollection<ModelState^>^ get() sealed;
}

Property Value

Type: System.Collections.Generic::ICollection<ModelState^>^

A collection that contains the values of the model-state dictionary.

Return to top
Show: