IAppLoaderFactory.Order Property

Gets the order of the loaded application.

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

Syntax

'Declaration
ReadOnly Property Order As Integer 
    Get
'Usage
Dim instance As IAppLoaderFactory 
Dim value As Integer 

value = instance.Order
int Order { get; }
property int Order {
    int get ();
}
abstract Order : int
function get Order () : int

Property Value

Type: System.Int32
The order of the loaded application.

See Also

Reference

IAppLoaderFactory Interface

Microsoft.Owin.Hosting.Loader Namespace