'Declaration <DescriptionAttribute("Default validation error messages of the "Number" data type.")> <CategoryAttribute("Appearance")> <LocalizableAttribute(True)> <NotifyParentPropertyAttribute(True)> Public Overridable Property Number As String
'Usage Dim instance As ValidationMessages Dim value As String instance.Number = value value = instance.Number
[Description("Default validation error messages of the "Number" data type.")] [Category("Appearance")] [Localizable(true)] [NotifyParentProperty(true)] public virtual string Number {get; set;}