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::Properties Property

 

Gets the optional user-defined properties.

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

public:
property Dictionary<Object^, Object^>^ Properties {
	Dictionary<Object^, Object^>^ get();
}

Property Value

Type: System.Collections.Generic::Dictionary<Object^, Object^>^

The optional user-defined properties.

Return to top
Show: