SocialPost.LikerInfo property

Gets an object that contains information about the likers of the post.

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

Syntax

'Declaration
Public ReadOnly Property LikerInfo As SocialPostActorInfo
    Get
'Usage
Dim instance As SocialPost
Dim value As SocialPostActorInfo

value = instance.LikerInfo
public SocialPostActorInfo LikerInfo { get; }

Property value

Type: Microsoft.SharePoint.Client.Social.SocialPostActorInfo

Remarks

Information about the likers of the post.

See also

Reference

SocialPost class

SocialPost members

Microsoft.SharePoint.Client.Social namespace