OwinStartupAttribute.StartupType Property

The startup class

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

Syntax

'Declaration
Public Property StartupType As Type 
    Get 
    Private Set
'Usage
Dim instance As OwinStartupAttribute 
Dim value As Type 

value = instance.StartupType
public Type StartupType { get; private set; }
public:
property Type^ StartupType {
    Type^ get ();
    private: void set (Type^ value);
}
member StartupType : Type with get, private set
function get StartupType () : Type 
private function set StartupType (value : Type)

Property Value

Type: System.Type
Returns Type.

See Also

Reference

OwinStartupAttribute Class

Microsoft.Owin Namespace