PropertyCollection.SetDisplayOrderBySectionName method
NOTE: This API is now obsolete.
Sets the specified display order of the properties by section name.
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaration
<ObsoleteAttribute("PropertyCollection is replaced by ProfileSubtypePropertyManager.")> _
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)
[ObsoleteAttribute("PropertyCollection is replaced by ProfileSubtypePropertyManager.")]
public void SetDisplayOrderBySectionName(
string strSectionName,
int nDisplayOrder
)
Parameters
strSectionName
Type: System.StringThe section name of the property.
nDisplayOrder
Type: System.Int32The order of the display of the properties.