System.Text.RegularExpressions.RegexCompilationInfo.Name Property

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

Syntax

public string Name { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

The System.Text.RegularExpressions.RegexCompilationInfo class is used to define a compiled regular expression, which is represented as a class derived from System.Text.RegularExpressions.Regex. The RegexCompilationInfo.Name property defines the class name of the regular expression type, and the RegexCompilationInfo.Namespace and RegexCompilationInfo.Name properties together define its fully qualified name.

Requirements

Namespace: System.Text.RegularExpressions
Assembly: System (in System.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0