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.

DataRequestEventArgs::RequestId Property

 

Gets or sets the RequestId that uniquely identifies this request context.

Namespace:   Microsoft.VisualStudio.TestTools.Execution
Assembly:  Microsoft.VisualStudio.QualityTools.ExecutionCommon (in Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)

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

Property Value

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

The RequestId that uniquely identifies this request context.

Return to top
Show: