SPList.Followable property
Uma lista pode ser seguida em uma feed de atividade?
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
Public Property Followable As Boolean
Get
Set
'Uso
Dim instance As SPList
Dim value As Boolean
value = instance.Followable
instance.Followable = value
public bool Followable { get; set; }
Property value
Type: System.Boolean