ModelValidationNode.ValidateAllProperties Property

.NET Framework (current version)
 

Gets or sets a value that indicates whether all properties of the model should be validated.

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

Public Property ValidateAllProperties As Boolean

Property Value

Type: System.Boolean

true if all properties of the model should be validated, or false if validation should be skipped.

.NET Framework
Available since 4.5
Return to top
Show: