HttpActionDescriptor.Properties Property

 

Gets the properties associated with this instance.

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

Syntax

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

Property Value

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

The properties associated with this instance.

See Also

HttpActionDescriptor Class
System.Web.Http.Controllers Namespace

Return to top