DataAnnotationsModelValidator.Attribute Property

Gets the validation attribute for the model validator.

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

function get Attribute () : ValidationAttribute 
private function set Attribute (value : ValidationAttribute)

Property Value

Type: System.ComponentModel.DataAnnotations.ValidationAttribute
The validation attribute for the model validator.
Show: