DataRequestEventArgs.RequestId Property

Definition

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

public:
 property Microsoft::VisualStudio::TestTools::Execution::RequestId ^ RequestId { Microsoft::VisualStudio::TestTools::Execution::RequestId ^ get(); };
public Microsoft.VisualStudio.TestTools.Execution.RequestId RequestId { get; }
member this.RequestId : Microsoft.VisualStudio.TestTools.Execution.RequestId
Public ReadOnly Property RequestId As RequestId

Property Value

The RequestId that uniquely identifies this request context.

Applies to