DisplayAttribute.GetOrder Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.