UserProfileConfigManager.GetPropertyDataTypes Method
Gets the current collection of PropertyDataTypeobjects.
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server (in Microsoft.Office.Server.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