Share via


UserProfileConfigManager.GetPropertyDataTypes method

Gets the current collection of PropertyDataTypeobjects.

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

Syntax

'Declaration
Public Function GetPropertyDataTypes As PropertyDataTypeCollection
'Usage
Dim instance As UserProfileConfigManager
Dim returnValue As PropertyDataTypeCollection

returnValue = instance.GetPropertyDataTypes()
public PropertyDataTypeCollection GetPropertyDataTypes()

Return value

Type: Microsoft.Office.Server.UserProfiles.PropertyDataTypeCollection
The PropertyDataTypeCollection represents the current collection of PropertyDataType objects.

See also

Reference

UserProfileConfigManager class

UserProfileConfigManager members

Microsoft.Office.Server.UserProfiles namespace