JsonConfEditorAttributeRegExMask Property |
When provided, the regular expression mask will be enforced as a validation requirement.
Namespace:
MFiles.VAF.Configuration
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 21.8.10524.1
Syntaxpublic string RegExMask { get; set; }
Public Property RegExMask As String
Get
Set
public:
property String^ RegExMask {
String^ get ();
void set (String^ value);
}
Property Value
Type:
String
See Also