 | HttpAttributeOrder Property |
NOT SUPPORTED: The order in which the route is to be applied.
Namespace:
Neon.ModelGen
Assembly:
Neon.Common (in Neon.Common.dll) Version: 2.14.0
Syntaxpublic int Order { get; set; }
Public Property Order As Integer
Get
Set
public:
property int Order {
int get ();
void set (int value);
}
member Order : int with get, set
Property Value
Type:
Int32
See Also