BasicTransferInformation.RequestId 屬性
取得或設定與所傳送資料相關聯的要求 ID。
命名空間: Microsoft.VisualStudio.TestTools.Execution
組件: Microsoft.VisualStudio.QualityTools.ExecutionCommon (在 Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll 中)
語法
'宣告
Public Property RequestId As RequestId
public RequestId RequestId { get; set; }
public:
property RequestId^ RequestId {
RequestId^ get ();
void set (RequestId^ value);
}
member RequestId : RequestId with get, set
function get RequestId () : RequestId
function set RequestId (value : RequestId)
屬性值
型別:Microsoft.VisualStudio.TestTools.Execution.RequestId
與所傳送資料相關聯的要求 ID。
備註
這個值是用來傳送僅與此要求,而不是與工作階段或目前執行中測試案例相關聯的資料。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。