Compartilhar via


UserProfileConfigManager.GetPropertyDataTypes method

Obtém a coleção atual de PropertyDataTypede objetos.

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

Syntax

'Declaração
Public Function GetPropertyDataTypes As PropertyDataTypeCollection
'Uso
Dim instance As UserProfileConfigManager
Dim returnValue As PropertyDataTypeCollection

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

Valor retornado

Type: Microsoft.Office.Server.UserProfiles.PropertyDataTypeCollection
O PropertyDataTypeCollection representa a atual coleção de objetos PropertyDataType .

Ver também

Referência

UserProfileConfigManager class

UserProfileConfigManager members

Microsoft.Office.Server.UserProfiles namespace