HttpConfiguration.Properties Property

 

Gets the properties associated with this instance.

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

Syntax

public ConcurrentDictionary<object, object> Properties { get; }
public:
property ConcurrentDictionary<Object^, Object^>^ Properties {
    ConcurrentDictionary<Object^, Object^>^ get();
}
member Properties : ConcurrentDictionary<Object, Object> with get
Public ReadOnly Property Properties As ConcurrentDictionary(Of Object, Object)

Property Value

Type: System.Collections.Concurrent.ConcurrentDictionary<Object, Object>

The ConcurrentDictionary<TKey, TValue>that contains the properties.

See Also

HttpConfiguration Class
System.Web.Http Namespace

Return to top