Compartir a través de


WebTestResultUnit.SourceWebTestId (Propiedad)

Obtiene o establece el id. de la prueba de rendimiento web.

Espacio de nombres:  Microsoft.VisualStudio.TestTools.WebTesting
Ensamblado:  Microsoft.VisualStudio.QualityTools.WebTestFramework (en Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Sintaxis

'Declaración
Public Property SourceWebTestId As Guid
    Get
    Friend Set
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)

Valor de propiedad

Tipo: System.Guid
Id. de la prueba de rendimiento web.

Seguridad de .NET Framework

Vea también

Referencia

WebTestResultUnit Clase

Microsoft.VisualStudio.TestTools.WebTesting (Espacio de nombres)