UserProfileConfigManager.GetPropertiesWithSection Method
Gets the current collection of Property objects with section.
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server (in Microsoft.Office.Server.dll)
Syntax
'Declaration
Public Function GetPropertiesWithSection As PropertyCollection
'Usage
Dim instance As UserProfileConfigManager
Dim returnValue As PropertyCollection
returnValue = instance.GetPropertiesWithSection()
public PropertyCollection GetPropertiesWithSection()
Return Value
Type: Microsoft.Office.Server.UserProfiles.PropertyCollection
The PropertyCollection object that represents the current collection of Property objects with section. A section serves as a separator for user interface grouping purposes.
See Also
Reference
UserProfileConfigManager Class