Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The startup class
Namespace:   Microsoft.Owin
Assembly:  Microsoft.Owin (in Microsoft.Owin.dll)
Syntax
public Type StartupType { get; private set; }
public:
property Type^ StartupType {
    Type^ get();
    private: void set(Type^ value);
}
member StartupType : Type with get, private set
Public Property StartupType As Type
    Get
    Private Set
End Property
Property Value
Type: System.Type
Returns Type.
See Also
OwinStartupAttribute Class
Microsoft.Owin Namespace
Return to top