Gets or sets the sort order of this item.

Namespace:  N2
Assembly:  N2 (in N2.dll) Version: 1.0.404.40299 (1.4.4)

Syntax

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

Implements

IContainable..::.SortOrder

See Also