TraceRecord.Properties Property
Gets the optional user-defined properties.
Namespace: System.Web.Http.Tracing
Assembly: System.Web.Http (in System.Web.Http.dll)
Syntax
'Declaration
Public ReadOnly Property Properties As Dictionary(Of Object, Object)
Get
'Usage
Dim instance As TraceRecord
Dim value As Dictionary(Of Object, Object)
value = instance.Properties
public Dictionary<Object, Object> Properties { get; }
public:
property Dictionary<Object^, Object^>^ Properties {
Dictionary<Object^, Object^>^ get ();
}
member Properties : Dictionary<Object, Object>
function get Properties () : Dictionary<Object, Object>
Property Value
Type: System.Collections.Generic.Dictionary<Object, Object>
The optional user-defined properties.