DataAnnotationsModelValidator.IsRequired Property

Gets a value that indicates whether model validation is required.

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

'Declaration
Public Overrides ReadOnly Property IsRequired As Boolean 
	Get
'Usage
Dim instance As DataAnnotationsModelValidator 
Dim value As Boolean 

value = instance.IsRequired

Property Value

Type: System.Boolean
true if model validation is required; otherwise, false.

For more information model validation, see the entry Input Validation vs. Model Validation in ASP.NET MVC on Brad Wilson's blog.

Show: