共用方式為


WebTestResultUnit.SourceWebTestId 屬性

取得或設定 Web 效能測試的 ID。

命名空間:  Microsoft.VisualStudio.TestTools.WebTesting
組件:  Microsoft.VisualStudio.QualityTools.WebTestFramework (在 Microsoft.VisualStudio.QualityTools.WebTestFramework.dll 中)

語法

'宣告
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)

屬性值

型別:System.Guid
Web 效能測試的 ID。

.NET Framework 安全性

請參閱

參考

WebTestResultUnit 類別

Microsoft.VisualStudio.TestTools.WebTesting 命名空間