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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
ExtractRegularExpression Class
Microsoft.VisualStudio.TestTools.WebTesting.Rules Namespace