RegExpProperty Constructor
Initializes a new instance of the RegExpProperty class with the specified regular expression pattern.

C# Syntax

public RegExpProperty( 
   string pattern
)

Parameters

pattern
The regular expression in VBScript syntax.