HostingStartupAttribute.HostingStartupType Property

Definition

The implementation of IHostingStartup that should be loaded when starting an application.

public:
 property Type ^ HostingStartupType { Type ^ get(); };
public Type HostingStartupType { get; }
member this.HostingStartupType : Type
Public ReadOnly Property HostingStartupType As Type

Property Value

Applies to