Sdílet prostřednictvím


WebTestResultUnit.SourceWebTestId – vlastnost

Získá nebo nastaví ID webové testu výkonnosti.

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

Syntaxe

'Deklarace
Public Property SourceWebTestId As Guid
public Guid SourceWebTestId { get; internal set; }
public:
property Guid SourceWebTestId {
    Guid get ();
    internal: void set (Guid value);
}
member SourceWebTestId : Guid with get, internal set
function get SourceWebTestId () : Guid 
internal function set SourceWebTestId (value : Guid)

Hodnota vlastnosti

Typ: Guid
ID webové testu výkonnosti.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

WebTestResultUnit Třída

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