Share via


OrderAttribute(Int32) Constructor

Definition

Sets the order weight of the field or property

public OrderAttribute (int order = 0);
new Microsoft.Bot.Builder.FormFlow.OrderAttribute : int -> Microsoft.Bot.Builder.FormFlow.OrderAttribute
Public Sub New (Optional order As Integer = 0)

Parameters

order
Int32

The order weight

Applies to