Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

OwinMiddleware::Next Property

 

The optional next component.

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

protected:
property OwinMiddleware^ Next {
	OwinMiddleware^ get();
	void set(OwinMiddleware^ value);
}

Property Value

Type: Microsoft.Owin::OwinMiddleware^

Returns OwinMiddleware.

Return to top
Show: