Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

TraceRecord::RequestId Property

 

Gets the correlation ID from the Request.

Namespace:   System.Web.Http.Tracing
Assembly:  System.Web.Http (in System.Web.Http.dll)

public:
property Guid RequestId {
	[CompilerGeneratedAttribute]
	Guid get();
	[CompilerGeneratedAttribute]
	private: void set(Guid value);
}

Property Value

Type: System::Guid

The correlation ID from the Request.

Return to top
Show: