Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets the validation attribute for the model validator.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
'Declaration
Protected Friend Property Attribute As ValidationAttribute
Get
Private Set
protected internal ValidationAttribute Attribute { get; private set; }
protected public:
property ValidationAttribute^ Attribute {
ValidationAttribute^ get ();
private: void set (ValidationAttribute^ value);
}
Property Value
Type: System.ComponentModel.DataAnnotations.ValidationAttribute
The validation attribute for the model validator.