AppLoaderFactory.Order Property
Not currently used.
Namespace: Microsoft.Owin.Hosting.Loader
Assembly: Microsoft.Owin.Hosting (in Microsoft.Owin.Hosting.dll)
Syntax
public virtual int Order { get; }
public:
property int Order {
virtual int get();
}
abstract Order : int with get
override Order : int with get
Public Overridable ReadOnly Property Order As Integer
Property Value
Type: System.Int32
Returns Int32.
Implements
See Also
AppLoaderFactory Class
Microsoft.Owin.Hosting.Loader Namespace
Return to top