Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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