PropertyCollection.SetDisplayOrderBySectionName Method
Sets the specified display order of the properties by section name.
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server (in Microsoft.Office.Server.dll)
Syntax
'Declaration
Public Sub SetDisplayOrderBySectionName ( _
strSectionName As String, _
nDisplayOrder As Integer _
)
'Usage
Dim instance As PropertyCollection
Dim strSectionName As String
Dim nDisplayOrder As Integer
instance.SetDisplayOrderBySectionName(strSectionName, _
nDisplayOrder)
public void SetDisplayOrderBySectionName(
string strSectionName,
int nDisplayOrder
)
Parameters
- strSectionName
Type: System.String
The section name of the property.
- nDisplayOrder
Type: System.Int32
The order of the display of the properties.