Share via


ChartViewWebPart.FQuestionsOnly 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 FQuestionsOnly As Boolean
    Get
    Set
'Usage
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

See also

Reference

ChartViewWebPart class

ChartViewWebPart members

Microsoft.SharePoint.WebPartPages namespace