SPSocialFeedManager.Owner property

Gets an SPSocialActor object that represents the current user.

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

Syntax

'Declaration
Public ReadOnly Property Owner As SPSocialActor
    Get
'Usage
Dim instance As SPSocialFeedManager
Dim value As SPSocialActor

value = instance.Owner
public SPSocialActor Owner { get; }

Property value

Type: Microsoft.Office.Server.Social.SPSocialActor

See also

Reference

SPSocialFeedManager class

SPSocialFeedManager members

Microsoft.Office.Server.Social namespace