SocialActor.CanFollow property
Gets a value that indicates whether the actor can be followed.
Namespace: Microsoft.SharePoint.Client.Social
Assembly: Microsoft.SharePoint.Client.UserProfiles (in Microsoft.SharePoint.Client.UserProfiles.dll)
Syntax
'Declaration
Public ReadOnly Property CanFollow As Boolean
Get
'Usage
Dim instance As SocialActor
Dim value As Boolean
value = instance.CanFollow
public bool CanFollow { get; }
Property value
Type: System.Boolean