HostingStarterAttribute.HostingStarterType Property

Gets or sets the type of the hosting starter.

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

Syntax

'Declaration
Public Property HostingStarterType As Type 
    Get 
    Private Set
'Usage
Dim instance As HostingStarterAttribute 
Dim value As Type 

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

Property Value

Type: System.Type
The type of the hosting starter.

See Also

Reference

HostingStarterAttribute Class

Microsoft.Owin.Hosting.Starter Namespace