ProfileManagerBase.PropertiesWithSection Property
NOTE: This API is now obsolete.
Gets the collection of defined profile properties, 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 PropertiesWithSection As PropertyCollection
Get
'Usage
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