SocialActor.IsFollowed property
Gets a Boolean value that returns true if the current user is being followed; otherwise false.
Namespace: Microsoft.SharePoint.Client.Social
Assembly: Microsoft.SharePoint.Client.UserProfiles (in Microsoft.SharePoint.Client.UserProfiles.dll)
Syntax
'Declaration
Public ReadOnly Property IsFollowed As Boolean
Get
'Usage
Dim instance As SocialActor
Dim value As Boolean
value = instance.IsFollowed
public bool IsFollowed { get; }
Property value
Type: System.Boolean