KaxCaptchaErrorMessage Property |
The error message text generated when the condition being validated fails.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic string ErrorMessage { get; set; }
Public Property ErrorMessage As String
Get
Set
public:
virtual property String^ ErrorMessage {
String^ get () sealed;
void set (String^ value) sealed;
}
abstract ErrorMessage : string with get, set
override ErrorMessage : string with get, set
Property Value
Type:
StringReturn Value
Type:
StringThe error message to generate.
Implements
IValidatorErrorMessage
See Also