Compartilhar via


ProfileManagerBase.PropertiesWithSection property

NOTE: This API is now obsolete.

Obtém a coleção de propriedades de perfil definido, incluindo seções.

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

Syntax

'Declaração
<ObsoleteAttribute("PropertyCollection is replaced by ProfileSubtypePropertyManager. Use ProfilePropertyManager to retrieve proper ProfileSubtypePropertyManager.")> _
Public ReadOnly Property PropertiesWithSection As PropertyCollection
    Get
'Uso
Dim instance As ProfileManagerBase
Dim value As PropertyCollection

value = instance.PropertiesWithSection
[ObsoleteAttribute("PropertyCollection is replaced by ProfileSubtypePropertyManager. Use ProfilePropertyManager to retrieve proper ProfileSubtypePropertyManager.")]
public PropertyCollection PropertiesWithSection { get; }

Property value

Type: Microsoft.Office.Server.UserProfiles.PropertyCollection

Ver também

Referência

ProfileManagerBase class

ProfileManagerBase members

Microsoft.Office.Server.UserProfiles namespace