Sdílet prostřednictvím


ExtractRegularExpression.RegularExpression – vlastnost

Obor názvů:  Microsoft.VisualStudio.TestTools.WebTesting.Rules
Sestavení:  Microsoft.VisualStudio.QualityTools.WebTestFramework (v Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Syntaxe

'Deklarace
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)

Hodnota vlastnosti

Typ: String

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

ExtractRegularExpression Třída

Microsoft.VisualStudio.TestTools.WebTesting.Rules – obor názvů