DataRequestEventArgs.RequestId (Propiedad)

Obtiene o establece RequestId que identifica de manera única este contexto de la solicitud.

Espacio de nombres:  Microsoft.VisualStudio.TestTools.Execution
Ensamblado:  Microsoft.VisualStudio.QualityTools.ExecutionCommon (en Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)

Sintaxis

'Declaración
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)

Valor de propiedad

Tipo: Microsoft.VisualStudio.TestTools.Execution.RequestId
Objeto RequestId que identifica de manera única este contexto de la solicitud.

Seguridad de .NET Framework

Vea también

Referencia

DataRequestEventArgs Clase

Microsoft.VisualStudio.TestTools.Execution (Espacio de nombres)

RequestId