StartOptions.AppStartup Property
Gets or sets the parameter to locate and load web application startup routine.
Namespace: Microsoft.Owin.Hosting
Assembly: Microsoft.Owin.Hosting (in Microsoft.Owin.Hosting.dll)
Syntax
'Declaration
Public Property AppStartup As String
Get
Set
'Usage
Dim instance As StartOptions
Dim value As String
value = instance.AppStartup
instance.AppStartup = value
public string AppStartup { get; set; }
public:
property String^ AppStartup {
String^ get ();
void set (String^ value);
}
member AppStartup : string with get, set
function get AppStartup () : String
function set AppStartup (value : String)
Property Value
Type: System.String
The parameter to locate and load web application startup routine.