ProvideOptionPageAttribute.Sort Property
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.
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.