SPList.Followable - Propriété
Can a list be followed in an activity feed?
Espace de noms : Microsoft.SharePoint
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public Property Followable As Boolean
Get
Set
'Utilisation
Dim instance As SPList
Dim value As Boolean
value = instance.Followable
instance.Followable = value
public bool Followable { get; set; }
Valeur de propriété
Type : System.Boolean