OwinStartupAttribute Constructor (String, Type)

Initializes a new instance of the OwinStartupAttribute class.

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

Syntax

'Declaration
Public Sub New ( _
    friendlyName As String, _
    startupType As Type _
)
'Usage
Dim friendlyName As String 
Dim startupType As Type 

Dim instance As New OwinStartupAttribute(friendlyName, _
    startupType)
public OwinStartupAttribute(
    string friendlyName,
    Type startupType
)
public:
OwinStartupAttribute(
    String^ friendlyName, 
    Type^ startupType
)
new : 
        friendlyName:string * 
        startupType:Type -> OwinStartupAttribute
public function OwinStartupAttribute(
    friendlyName : String, 
    startupType : Type
)

Parameters

See Also

Reference

OwinStartupAttribute Class

OwinStartupAttribute Overload

Microsoft.Owin Namespace