SocialPostActorInfo.IncludesCurrentUser property

Gets a Boolean value that indicates whether the current user is included in the set of actors.

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

Syntax

'Declaration
Public ReadOnly Property IncludesCurrentUser As Boolean
    Get
'Usage
Dim instance As SocialPostActorInfo
Dim value As Boolean

value = instance.IncludesCurrentUser
public bool IncludesCurrentUser { get; }

Property value

Type: System.Boolean
true if the current user is included in the set of actors; otherwise false.

See also

Reference

SocialPostActorInfo class

SocialPostActorInfo members

Microsoft.SharePoint.Client.Social namespace