Share via


ChartViewWebPart.ListID 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.Shared)> _
Public Property ListID As String
    Get
    Set
'Usage
Dim instance As ChartViewWebPart
Dim value As String

value = instance.ListID

instance.ListID = value
[WebPartStorageAttribute(Storage.Shared)]
public string ListID { get; set; }

Property value

Type: System.String

See also

Reference

ChartViewWebPart class

ChartViewWebPart members

Microsoft.SharePoint.WebPartPages namespace