|
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.275-beta+89764ccfd98a5e76971bbd58cae85aa2e8f59fbd
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