Sdílet prostřednictvím


DataRequestEventArgs.RequestId – vlastnost

Získá nebo nastaví RequestId jedinečným způsobem identifikuje kontextu požadavek.

Obor názvů:  Microsoft.VisualStudio.TestTools.Execution
Sestavení:  Microsoft.VisualStudio.QualityTools.ExecutionCommon (v Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)

Syntaxe

'Deklarace
Public Property RequestId As RequestId
    Get
    Private Set
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)

Hodnota vlastnosti

Typ: Microsoft.VisualStudio.TestTools.Execution.RequestId
RequestId Jedinečným způsobem identifikuje kontextu požadavek.

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

DataRequestEventArgs Třída

Microsoft.VisualStudio.TestTools.Execution – obor názvů

RequestId