Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
'Usage
Dim instance As ExtractRegularExpression
Dim value As String
value = instance.RegularExpression
instance.RegularExpression = value
public string RegularExpression { get; set; }
public:
property String^ RegularExpression {
String^ get ();
void set (String^ value);
}
public function get RegularExpression () : String
public 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
ExtractRegularExpression Members
Microsoft.VisualStudio.TestTools.WebTesting.Rules Namespace