Gets or sets the Order value for this attribute.

Namespace:  RightEdge.Common
Assembly:  Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)

Syntax

C#
public int Order { get; set; }
Visual Basic (Declaration)
Public Property Order As Integer
Visual C++
public:
property int Order {
	int get ();
	void set (int value);
}

Remarks

Order specifies the sort order that this attribute will appear in the user interface. This is also how RightEdge will match a collection of inputs to the correct object construction arguments.

See Also