|
AcronymValidationAttributeValidationPattern Field
|
Defines the regular expression pattern used to validate value.
Namespace: GSF.ComponentModel.DataAnnotationsAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.307-beta+9737fd9b0b4f87709e68c099d312e6b151025dc8
Syntaxpublic const string ValidationPattern = "^[A-Z0-9\-!_\.@#\$]+$"
Public Const ValidationPattern As String = "^[A-Z0-9\-!_\.@#\$]+$"
public:
literal String^ ValidationPattern = "^[A-Z0-9\-!_\.@#\$]+$"
static val mutable ValidationPattern: string
var GSF.ComponentModel.DataAnnotations.AcronymValidationAttribute.ValidationPattern
View SourceField Value
String
See Also