|
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.205-beta+5ef4169f3b1079d8b163dd363614f656bd140924
Syntax public 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
StringSee Also