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