UserProfileConfigManager.GetProperties method

NOTE: This API is now obsolete.

Gets the current collection of Property objects.

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 GetProperties As PropertyCollection
'Usage
Dim instance As UserProfileConfigManager
Dim returnValue As PropertyCollection

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

Return value

Type: Microsoft.Office.Server.UserProfiles.PropertyCollection
The PropertyCollection object that represents the current collection of Property objects.

See also

Reference

UserProfileConfigManager class

UserProfileConfigManager members

Microsoft.Office.Server.UserProfiles namespace