ChartViewWebPart.ListID property
這個類別和其成員不適合直接從您的程式碼使用。
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
<WebPartStorageAttribute(Storage.Shared)> _
Public Property ListID As String
Get
Set
'用途
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