DataAnnotationsModelValidator::Attribute Property
Visual Studio 2010
Gets the validation attribute for the model validator.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
protected public: property ValidationAttribute^ Attribute { ValidationAttribute^ get (); private: void set (ValidationAttribute^ value); }
Property Value
Type: System.ComponentModel.DataAnnotations::ValidationAttributeThe validation attribute for the model validator.
Community Additions
ADD
Show: