DataAnnotationsModelValidatorProvider.AddImplicitRequiredAttributeForValueTypes Property

.NET Framework (current version)
 

Gets or sets a value that indicates whether non-nullable value types are required.

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

Public Shared Property AddImplicitRequiredAttributeForValueTypes As Boolean

Property Value

Type: System.Boolean

true if non-nullable value types are required; otherwise, false.

.NET Framework
Available since 4.5
Return to top
Show: