SPList.Followable property
可以在 [活動摘要中追蹤清單吗?
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Property Followable As Boolean
Get
Set
'用途
Dim instance As SPList
Dim value As Boolean
value = instance.Followable
instance.Followable = value
public bool Followable { get; set; }
Property value
Type: System.Boolean