Gets SortOrder of the CNavMenu

Namespace:  Asi.iBO.ContentManagement
Assembly:  Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0

Syntax

C#
public decimal SortOrder { get; set; }
Visual Basic (Declaration)
Public Property SortOrder As Decimal
Visual C++
public:
property Decimal SortOrder {
	Decimal get ();
	void set (Decimal value);
}

See Also