Compartilhar via


UserProfileConfigManager.GetPropertiesWithSection method

NOTE: This API is now obsolete.

Obtém a atual coleção de objetos Property com sua seção (um separador para fins de agrupamento de interface do usuário).

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 GetPropertiesWithSection As PropertyCollection
'Uso
Dim instance As UserProfileConfigManager
Dim returnValue As PropertyCollection

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

Valor retornado

Type: Microsoft.Office.Server.UserProfiles.PropertyCollection
O objeto PropertyCollection que representa o conjunto atual de objetos de Property com a seção. Uma seção serve como um separador para fins de agrupamento de interface do usuário.

Ver também

Referência

UserProfileConfigManager class

UserProfileConfigManager members

Microsoft.Office.Server.UserProfiles namespace