System.Text.RegularExpressions.RegexCompilationInfo.Namespace Property

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

Syntax

public string Namespace { 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.Namespace property defines the namespace that contains the compiled 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