IAppLoaderFactory.Order Property
Not currently used.
Namespace: Microsoft.Owin.Hosting.Loader
Assembly: Microsoft.Owin.Hosting (in Microsoft.Owin.Hosting.dll)
Syntax
int Order { get; }
property int Order {
int get();
}
abstract Order : int with get
ReadOnly Property Order As Integer
Property Value
Type: System.Int32
Returns Int32.
See Also
IAppLoaderFactory Interface
Microsoft.Owin.Hosting.Loader Namespace
Return to top