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, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.