DataAnnotationsModelValidator.ErrorMessage Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets {insert text here}.

Namespace:  System.Web.Http.Validation.Validators
Assembly:  System.Web.Http (in System.Web.Http.dll)

Syntax

'Declaration
Protected Friend ReadOnly Property ErrorMessage As String
protected internal string ErrorMessage { get; }
protected public:
property String^ ErrorMessage {
    String^ get ();
}
member ErrorMessage : string
function get ErrorMessage () : String

Property Value

Type: System.String

See Also

Reference

DataAnnotationsModelValidator Class

System.Web.Http.Validation.Validators Namespace