PersonProperties.IsFollowed property

Gets a Boolean value that indicates whether the user is being followed by the current user.

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

Syntax

'Declaration
Public ReadOnly Property IsFollowed As Boolean
    Get
'Usage
Dim instance As PersonProperties
Dim value As Boolean

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

Property value

Type: System.Boolean
true if the current user is following the user; otherwise, false.

Remarks

This value does not refresh if reloading an existing object, but it will update if a query returns a new PersonProperties object.

See also

Reference

PersonProperties class

PersonProperties members

Microsoft.SharePoint.Client.UserProfiles namespace