AppBuilder::Properties Property
Contains arbitrary properties which may added, examined, and modified by components during the startup sequence.
Assembly: Microsoft.Owin (in Microsoft.Owin.dll)
public: property IDictionary<String^, Object^>^ Properties { virtual IDictionary<String^, Object^>^ get() sealed; }
Property Value
Type: System.Collections.Generic::IDictionary<String^, Object^>^Returns IDictionary<TKey, TValue>.
Implements
IAppBuilder::Properties
Show: