Share via


ProfilePropertyManager.GetCoreProperties method

Retrieves the CorePropertyManager object that represents all CoreProperty objects for the current partition.

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

Syntax

'Declaration
Public Function GetCoreProperties As CorePropertyManager
'Usage
Dim instance As ProfilePropertyManager
Dim returnValue As CorePropertyManager

returnValue = instance.GetCoreProperties()
public CorePropertyManager GetCoreProperties()

Return value

Type: Microsoft.Office.Server.UserProfiles.CorePropertyManager
The CorePropertyManager object that represents all CoreProperty objects for the current partition.

See also

Reference

ProfilePropertyManager class

ProfilePropertyManager members

Microsoft.Office.Server.UserProfiles namespace