This documentation is archived and is not being maintained.

RegexEditorDialog.RegularExpression Property

This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

[Visual Basic]
Public Property RegularExpression As String
[C#]
public string RegularExpression {get; set;}
[C++]
public: __property String* get_RegularExpression();
public: __property void set_RegularExpression(String*);
[JScript]
public function get RegularExpression() : String;
public function set RegularExpression(String);

See Also

RegexEditorDialog Class | RegexEditorDialog Members | System.Web.UI.Design.WebControls Namespace

Show: