Share via


UserProfileConfigManager.GetPropertiesWithSection method

NOTE: This API is now obsolete.

Gets the current collection of Property objects with their section (a separator for user interface grouping purposes).

Namespace:  Microsoft.Office.Server.UserProfiles
Assembly:  Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)

Syntax

'Declaration
<ObsoleteAttribute("Please use ProfileSubtypeManager to retrieve PropertyCollection for a subtype.")> _
Public Function GetPropertiesWithSection As PropertyCollection
'Usage
Dim instance As UserProfileConfigManager
Dim returnValue As PropertyCollection

returnValue = instance.GetPropertiesWithSection()
[ObsoleteAttribute("Please use ProfileSubtypeManager to retrieve PropertyCollection for a subtype.")]
public PropertyCollection GetPropertiesWithSection()

Return value

Type: Microsoft.Office.Server.UserProfiles.PropertyCollection
The PropertyCollection object that represents the current collection of Property objects with section. A section serves as a separator for user interface grouping purposes.

See also

Reference

UserProfileConfigManager class

UserProfileConfigManager members

Microsoft.Office.Server.UserProfiles namespace