ActivityManager.UserProfileManager property

Gets the UserProfileManager object associated with this ActivityManager.

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

Syntax

'Declaration
Public ReadOnly Property UserProfileManager As UserProfileManager
    Get
'Usage
Dim instance As ActivityManager
Dim value As UserProfileManager

value = instance.UserProfileManager
public UserProfileManager UserProfileManager { get; }

Property value

Type: Microsoft.Office.Server.UserProfiles.UserProfileManager

See also

Reference

ActivityManager class

ActivityManager members

Microsoft.Office.Server.ActivityFeed namespace