RegexEditorDialog::RegularExpression Property

 

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

Namespace:   System.Web.UI.Design.WebControls
Assembly:  System.Design (in System.Design.dll)

public:
property String^ RegularExpression {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The name of the regular expression.

.NET Framework
Available since 1.1
Return to top
Show: