System.Text.RegularExpressions.RegexCompilationInfo: Property Members

The properties of System.Text.RegularExpressions.RegexCompilationInfo are listed below. For a list of all members, see the RegexCompilationInfo Members list.

See Also: Inherited members from System.Object

Public Properties

IsPublicbool.

Gets or sets a value that indicates whether the compiled regular expression has public visibility.

Namestring.

Gets or sets the name of the type that represents the compiled regular expression.

Namespacestring.

Gets or sets the namespace to which the new type belongs.

OptionsRegexOptions.

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

Patternstring.

Gets or sets the regular expression to compile.