ChartViewWebPart.FQuestionsOnly property
這個類別和其成員不適合直接從您的程式碼使用。
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
<WebPartStorageAttribute(Storage.Shared)> _
Public Property FQuestionsOnly As Boolean
Get
Set
'用途
Dim instance As ChartViewWebPart
Dim value As Boolean
value = instance.FQuestionsOnly
instance.FQuestionsOnly = value
[WebPartStorageAttribute(Storage.Shared)]
public bool FQuestionsOnly { get; set; }
Property value
Type: System.Boolean