BasicTransferInformation.RequestId Property
Gets or sets the ID of the request that is associated with the transferred data.
Namespace: Microsoft.VisualStudio.TestTools.Execution
Assembly: Microsoft.VisualStudio.QualityTools.ExecutionCommon (in Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)
Syntax
'Declaration
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)
Property Value
Type: Microsoft.VisualStudio.TestTools.Execution.RequestId
The ID of the request that is associated with the transferred data.
Remarks
This value is used to send data that is to be associated only with this request, instead of with the session or the test cases that are currently running.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.