ProvideOptionPageAttribute.Sort Property

Definition

The sort order for the option page. Option pages are collated in the following order:

1.  The General page
2.  Pages with a Sort value, sorted from low to high.
3.  Pages without a Sort value, sorted alphabetically.
public:
 property int Sort { int get(); void set(int value); };
public:
 property int Sort { int get(); void set(int value); };
public int Sort { get; set; }
member this.Sort : int with get, set
Public Property Sort As Integer

Property Value

The sort order.

Applies to