ProfileSubtypePropertyManager.SetDisplayOrderByName Method
Sets the display order of the property or section 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 SetDisplayOrderByName ( _
name As String, _
isSection As Boolean, _
displayOrder As Integer _
)
'Usage
Dim instance As ProfileSubtypePropertyManager
Dim name As String
Dim isSection As Boolean
Dim displayOrder As Integer
instance.SetDisplayOrderByName(name, _
isSection, displayOrder)
public void SetDisplayOrderByName(
string name,
bool isSection,
int displayOrder
)
Parameters
- name
Type: System.String
- isSection
Type: System.Boolean
- displayOrder
Type: System.Int32
See Also
Reference
ProfileSubtypePropertyManager Class