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
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.