Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.