ModelStateDictionary.Count Property

Visual Studio 2010

Gets the number of key/value pairs in the collection.

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

'Declaration
Public ReadOnly Property Count As Integer
	Get

Property Value

Type: System.Int32
The number of key/value pairs in the collection.

Implements

ICollection(Of T).Count

Community Additions

ADD
Show: