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.