PropertyInfo.DisplayOrder Property
Gets or sets the order in which user profile properties are displayed.
Namespace: [UserProfileService Web service]
Web service reference: http://Site/_vti_bin/UserProfileService.asmx
Syntax
'Declaration
Public Property DisplayOrder As Integer
Get
Set
'Usage
Dim instance As PropertyInfo
Dim value As Integer
value = instance.DisplayOrder
instance.DisplayOrder = value
public int DisplayOrder { get; set; }
Property Value
Type: System.Int32
The order in which user profile properties are displayed.