ChartViewWebPart.List Property
This class and its members are not intended to be used directly from your code.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
<WebPartStorageAttribute(Storage.None)> _
Public Property List As SPList
Get
Set
'Usage
Dim instance As ChartViewWebPart
Dim value As SPList
value = instance.List
instance.List = value
[WebPartStorageAttribute(Storage.None)]
public SPList List { get; set; }
Property Value
Type: Microsoft.SharePoint.SPList