BasicTransferInformation.RequestId 属性

获取或设置与所传输数据关联的请求 ID。

命名空间:  Microsoft.VisualStudio.TestTools.Execution
程序集:  Microsoft.VisualStudio.QualityTools.ExecutionCommon(在 Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll 中)

语法

声明
Public Property RequestId As RequestId
    Get
    Set
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 安全性

请参见

参考

BasicTransferInformation 类

Microsoft.VisualStudio.TestTools.Execution 命名空间