Share via


SPSocialPostActorInfo.IncludesCurrentUser property

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

Namespace:  Microsoft.Office.Server.Social
Assembly:  Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)

Syntax

'Declaration
Public Property IncludesCurrentUser As Boolean
    Get
    Friend Set
'Usage
Dim instance As SPSocialPostActorInfo
Dim value As Boolean

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

Property value

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

See also

Reference

SPSocialPostActorInfo class

SPSocialPostActorInfo members

Microsoft.Office.Server.Social namespace