Class RegExpProperty
The class used for regular expression properties.
public class RegExpProperty : StringProperty
- Inheritance
-
RegExpProperty
- Inherited Members
Constructors
RegExpProperty(string)
Initializes a new instance of the RegExpProperty class with the specified regular expression pattern.
public RegExpProperty(string pattern)
Parameters
patternstringThe regular expression in VBScript syntax.
Properties
Pattern
The regular expression string in VBScript syntax.
public string Pattern { get; }