Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets the properties associated with this instance.
Namespace: System.Web.Http.Controllers
Assembly: System.Web.Http (in System.Web.Http.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property Properties As ConcurrentDictionary(Of Object, Object)
Get
'Usage
Dim instance As HttpControllerDescriptor
Dim value As ConcurrentDictionary(Of Object, Object)
value = instance.Properties
public virtual ConcurrentDictionary<Object, Object> Properties { get; }
public:
virtual property ConcurrentDictionary<Object^, Object^>^ Properties {
ConcurrentDictionary<Object^, Object^>^ get ();
}
abstract Properties : ConcurrentDictionary<Object, Object>
override Properties : ConcurrentDictionary<Object, Object>
function get Properties () : ConcurrentDictionary<Object, Object>
Property Value
Type: System.Collections.Concurrent.ConcurrentDictionary<Object, Object>
The properties associated with this instance.