SPSocialActor.CanFollow property

Gets a Boolean value that indicates whether the SPSocialActor object can be followed.

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

Syntax

'Declaration
Public Property CanFollow As Boolean
    Get
    Private Set
'Usage
Dim instance As SPSocialActor
Dim value As Boolean

value = instance.CanFollow
public bool CanFollow { get; private set; }

Property value

Type: System.Boolean

See also

Reference

SPSocialActor class

SPSocialActor members

Microsoft.Office.Server.Social namespace