Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Sets the display order of the property with the specified name.
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaration
Public Sub SetDisplayOrderByPropertyName ( _
propertyName As String, _
displayOrder As Integer _
)
'Usage
Dim instance As ProfileSubtypePropertyManager
Dim propertyName As String
Dim displayOrder As Integer
instance.SetDisplayOrderByPropertyName(propertyName, _
displayOrder)
public void SetDisplayOrderByPropertyName(
string propertyName,
int displayOrder
)
Parameters
- propertyName
Type: System.String
- displayOrder
Type: System.Int32
See Also
Reference
ProfileSubtypePropertyManager Class