SocialFeedManager.Owner property
Gets a SocialActor object that represents the current user.
Namespace: Microsoft.SharePoint.Client.Social
Assembly: Microsoft.SharePoint.Client.UserProfiles (in Microsoft.SharePoint.Client.UserProfiles.dll)
Syntax
'Declaration
Public ReadOnly Property Owner As SocialActor
Get
'Usage
Dim instance As SocialFeedManager
Dim value As SocialActor
value = instance.Owner
public SocialActor Owner { get; }
Property value
Type: Microsoft.SharePoint.Client.Social.SocialActor