|
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.318-beta+1903aa0cac9da84c743b0be24a37b293aa4151b2
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