DisplayAttribute.GetOrder Method

Definition

Returns the value of the Order property.

public:
 Nullable<int> GetOrder();
public int? GetOrder ();
member this.GetOrder : unit -> Nullable<int>
Public Function GetOrder () As Nullable(Of Integer)

Returns

The value of the Order property, if it has been set; otherwise, null.

Remarks

If an order is not specified, presentation layers should consider setting the value of the Order property to 10000. This value lets explicitly-ordered fields be displayed before and after the fields that do not have a specified order.

Applies to