Proprietà WebTestResultUnit.SourceWebTestId
Ottiene o imposta l'ID del test delle prestazioni Web.
Spazio dei nomi: Microsoft.VisualStudio.TestTools.WebTesting
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Sintassi
'Dichiarazione
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)
Valore proprietà
Tipo: Guid
L'ID del test delle prestazioni Web.
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per altre informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.