Capabilities.Dictionary Property
The underling IDictionary
Namespace: Microsoft.Owin.BuilderProperties
Assembly: Microsoft.Owin (in Microsoft.Owin.dll)
Syntax
public IDictionary<string, object> Dictionary { get; }
public:
property IDictionary<String^, Object^>^ Dictionary {
IDictionary<String^, Object^>^ get();
}
member Dictionary : IDictionary<string, Object> with get
Public ReadOnly Property Dictionary As IDictionary(Of String, Object)
Property Value
Type: System.Collections.Generic.IDictionary<String, Object>
Returns IDictionary<TKey, TValue>.
See Also
Capabilities Structure
Microsoft.Owin.BuilderProperties Namespace
Return to top