SocialActor class

Represents a user, document, site, or tag in social feed and following activities.

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Client.ClientValueObject
    Microsoft.SharePoint.Client.Social.SocialActor

Namespace:  Microsoft.SharePoint.Client.Social
Assembly:  Microsoft.SharePoint.Client.UserProfiles (in Microsoft.SharePoint.Client.UserProfiles.dll)

Syntax

'Declaration
Public Class SocialActor _
    Inherits ClientValueObject
'Usage
Dim instance As SocialActor
public class SocialActor : ClientValueObject

Remarks

SocialActor objects are returned by the server. SocialActorInfo objects are sent by clients to specify actors.

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

SocialActor members

Microsoft.SharePoint.Client.Social namespace