ExtractRegularExpression.RegularExpression Property

Gets or sets a regular expression which defines the string to extract.

Namespace:  Microsoft.VisualStudio.TestTools.WebTesting.Rules
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Syntax

'Declaration
Public Property RegularExpression As String
public string RegularExpression { get; set; }
public:
property String^ RegularExpression {
    String^ get ();
    void set (String^ value);
}
member RegularExpression : string with get, set
function get RegularExpression () : String
function set RegularExpression (value : String)

Property Value

Type: System.String
A regular expression which defines the string to extract.

.NET Framework Security

See Also

Reference

ExtractRegularExpression Class

Microsoft.VisualStudio.TestTools.WebTesting.Rules Namespace

Other Resources

Regular Expressions as a Language

Character Classes