SPList.Followable property
Can a list be followed in an activity feed?
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property Followable As Boolean
Get
Set
'Usage
Dim instance As SPList
Dim value As Boolean
value = instance.Followable
instance.Followable = value
public bool Followable { get; set; }
Property value
Type: System.Boolean