Compartir a través de


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)

Syntax

'Declaration
Public Property RequestId As RequestId
public RequestId RequestId { get; private set; }
public:
property RequestId^ RequestId {
    RequestId^ get ();
    private: void set (RequestId^ value);
}
member RequestId : RequestId with get, private set
function get RequestId () : RequestId 
private function set RequestId (value : RequestId)

Property Value

Type: Microsoft.VisualStudio.TestTools.Execution.RequestId
The RequestId that uniquely identifies this request context.

.NET Framework Security

See Also

Reference

DataRequestEventArgs Class

Microsoft.VisualStudio.TestTools.Execution Namespace

RequestId