ProfileManagerBase.Properties Property

NOTE: This API is now obsolete.

Gets the collection of defined profile properties, not including sections.

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

Syntax

'Declaration
<ObsoleteAttribute("PropertyCollection is replaced by ProfileSubtypePropertyManager. Use ProfilePropertyManager to retrieve proper ProfileSubtypePropertyManager.")> _
Public ReadOnly Property Properties As PropertyCollection
    Get
'Usage
Dim instance As ProfileManagerBase
Dim value As PropertyCollection

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

Property Value

Type: Microsoft.Office.Server.UserProfiles.PropertyCollection

See Also

Reference

ProfileManagerBase Class

ProfileManagerBase Members

Microsoft.Office.Server.UserProfiles Namespace