UserProfile.FollowedContent property

Gets the manager object that enables you to access and modify this user's followed content.

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

Syntax

'Declaration
Public ReadOnly Property FollowedContent As FollowedContent
    Get
'Usage
Dim instance As UserProfile
Dim value As FollowedContent

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

Property value

Type: FollowedContent
The manager object that enables you to access and modify this user's followed content.

See also

Reference

UserProfile class

UserProfile members

Microsoft.Office.Server.UserProfiles namespace