Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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