Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

RegexCompilationInfo::Options Property

 

Gets or sets the options to use when compiling the regular expression.

Namespace:   System.Text.RegularExpressions
Assembly:  System (in System.dll)

public:
property RegexOptions Options {
	RegexOptions get();
	void set(RegexOptions value);
}

Property Value

Type: System.Text.RegularExpressions::RegexOptions

A bitwise combination of the enumeration values.

The CompileToAssembly method generates an assembly that contains compiled regular expressions. Therefore, you do not have to specify Compiled as one of the values of this property. If it is present, the Compiled option is ignored.

.NET Framework
Available since 1.1
Return to top
Show:
© 2017 Microsoft