Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.