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::Status Property
Gets or sets the HttpStatusCode associated with the HttpResponseMessage.
Assembly: System.Web.Http (in System.Web.Http.dll)
public: property HttpStatusCode Status { [CompilerGeneratedAttribute] HttpStatusCode get(); [CompilerGeneratedAttribute] void set(HttpStatusCode value); }
Property Value
Type: System.Net::HttpStatusCodeThe HttpStatusCode associated with the HttpResponseMessage.
Show: