AppLoaderFactory.Order Property

Gets the order of the loaded applications.

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

Syntax

'Declaration
Public Overridable ReadOnly Property Order As Integer 
    Get
'Usage
Dim instance As AppLoaderFactory 
Dim value As Integer 

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

Property Value

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

Implements

IAppLoaderFactory.Order

See Also

Reference

AppLoaderFactory Class

Microsoft.Owin.Hosting.Loader Namespace