|
UrlValidationAttributeDefaultErrorMessage Field
|
Defines the default error message used when pattern fails validation.
Namespace: GSF.ComponentModel.DataAnnotationsAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.278-beta+c828ae22c788d41a5526bfeb0705a559edbc309e
Syntaxpublic const string DefaultErrorMessage = "Invalid URL."
Public Const DefaultErrorMessage As String = "Invalid URL."
public:
literal String^ DefaultErrorMessage = "Invalid URL."
static val mutable DefaultErrorMessage: string
var GSF.ComponentModel.DataAnnotations.UrlValidationAttribute.DefaultErrorMessage
View SourceField Value
String
See Also