  | FrontendControlValidationMessages Property  | 
 
 Gets or sets the validation messages.
 
 
    Namespace: 
   Dynamicweb.News.Common.Frontend
    Assembly:
   Dynamicweb.News (in Dynamicweb.News.dll) Version: 1.0.10
Syntaxpublic Dictionary<ValidatorType, string> ValidationMessages { get; set; }Public Property ValidationMessages As Dictionary(Of ValidatorType, String)
	Get
	Set
Property Value
Type: 
DictionaryValidatorType, 
StringThe validation messages.
See Also