SocialFeed.UnreadMentionCount property
Gets the count of unread mentions for the current user.
Namespace: Microsoft.SharePoint.Client.Social
Assembly: Microsoft.SharePoint.Client.UserProfiles (in Microsoft.SharePoint.Client.UserProfiles.dll)
Syntax
'Declaration
Public ReadOnly Property UnreadMentionCount As Integer
Get
'Usage
Dim instance As SocialFeed
Dim value As Integer
value = instance.UnreadMentionCount
public int UnreadMentionCount { get; }
Property value
Type: System.Int32
Remarks
This property is valid only for feeds retrieved by the GetFeed method.