AppBuilder::Properties Property

 

Contains arbitrary properties which may added, examined, and modified by components during the startup sequence.

Namespace:   Microsoft.Owin.Builder
Assembly:  Microsoft.Owin (in Microsoft.Owin.dll)

public:
property IDictionary<String^, Object^>^ Properties {
	virtual IDictionary<String^, Object^>^ get() sealed;
}

Implements

IAppBuilder::Properties
Return to top
Show: