Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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)

public:
property RequestId^ RequestId {
	[CompilerGeneratedAttribute]
	RequestId^ get();
	[CompilerGeneratedAttribute]
	void set(RequestId^ value);
}

Property Value

Type: Microsoft.VisualStudio.TestTools.Execution::RequestId^

The ID of the request that is associated with the transferred data.

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.

Return to top
Show: