Sdílet prostřednictvím


WebTestRequest.ExpectedResponseUrl – vlastnost

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

Syntaxe

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

Hodnota vlastnosti

Typ: String

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

WebTestRequest Třída

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