TimelineDataSourceToolPart.TaskLists property
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property TaskLists As List(Of SPList)
Get
'Usage
Dim instance As TimelineDataSourceToolPart
Dim value As List(Of SPList)
value = instance.TaskLists
public List<SPList> TaskLists { get; }
Property value
Type: System.Collections.Generic.List<SPList>
See also
Reference
TimelineDataSourceToolPart class