Share via


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)

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

See also

Reference

ChartViewWebPart class

ChartViewWebPart members

Microsoft.SharePoint.WebPartPages namespace