RegexEditorDialog.RegularExpression Property

Definition

Gets or sets the name of the regular expression to edit.

public:
 property System::String ^ RegularExpression { System::String ^ get(); void set(System::String ^ value); };
public string RegularExpression { get; set; }
member this.RegularExpression : string with get, set
Public Property RegularExpression As String

Property Value

The name of the regular expression.

Applies to

See also