ModelStateDictionary.Item Property (String)

.NET Framework (current version)
 

Gets or sets the value that is associated with the specified key.

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

Public Property Item (
	key As String
) As ModelState

Parameters

key
Type: System.String

The key.

Property Value

Type: System.Web.ModelBinding.ModelState

The item.

.NET Framework
Available since 4.5
Return to top
Show: