BindingDescriptionStringRegex Property |
String Regular Expression - This is a .Net Regex pattern that defines what string values are allowed.
Namespace: IdmNet.ModelsAssembly: IdmNet (in IdmNet.dll) Version: 1.3.0.0 (1.3.0)
Syntaxpublic string StringRegex { get; set; }
Public Property StringRegex As String
Get
Set
public:
property String^ StringRegex {
String^ get ();
void set (String^ value);
}
member StringRegex : string with get, set
Property Value
Type:
String
See Also