AppProperties.Dictionary Property
Gets the underlying dictionary for this AppProperties instance.
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>
The underlying dictionary for this AppProperties instance.
See Also
AppProperties Structure
Microsoft.Owin.BuilderProperties Namespace
Return to top