Compartilhar via


UserProfileConfigManager.GetProperties method

NOTE: This API is now obsolete.

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

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

Syntax

'Declaração
<ObsoleteAttribute("Please use ProfileSubtypeManager to retrieve PropertyCollection for a subtype.")> _
Public Function GetProperties As PropertyCollection
'Uso
Dim instance As UserProfileConfigManager
Dim returnValue As PropertyCollection

returnValue = instance.GetProperties()
[ObsoleteAttribute("Please use ProfileSubtypeManager to retrieve PropertyCollection for a subtype.")]
public PropertyCollection GetProperties()

Valor retornado

Type: Microsoft.Office.Server.UserProfiles.PropertyCollection
O objeto PropertyCollection que representa o conjunto atual de objetos Property .

Ver também

Referência

UserProfileConfigManager class

UserProfileConfigManager members

Microsoft.Office.Server.UserProfiles namespace