OwinStartupAttribute.StartupType Property
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