Gets and sets the View Order of the Property

Namespace: DotNetNuke.Entities.Profile
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
[IsReadOnlyAttribute(true)]
[SortOrderAttribute(9)]
[XmlIgnoreAttribute]
public int ViewOrder { get; set; }
Visual Basic
<IsReadOnlyAttribute(true)> 
<SortOrderAttribute(9)> 
<XmlIgnoreAttribute> 
Public Property ViewOrder As Integer
	Get
	Set

See Also