Gantt.DataSourceItemCollection Property
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public WriteOnly Property DataSourceItemCollection As SPListItemCollection
Set
'Usage
Dim instance As Gantt
Dim value As SPListItemCollection
instance.DataSourceItemCollection = value
public SPListItemCollection DataSourceItemCollection { set; }
Property Value
Type: Microsoft.SharePoint.SPListItemCollection