ChartViewWebPart.FDoHasRespondedCheck 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)
Available in Sandboxed Solutions: No
Syntax
'Declaration
<WebPartStorageAttribute(Storage.Shared)> _
Public Property FDoHasRespondedCheck As Boolean
Get
Set
'Usage
Dim instance As ChartViewWebPart
Dim value As Boolean
value = instance.FDoHasRespondedCheck
instance.FDoHasRespondedCheck = value
[WebPartStorageAttribute(Storage.Shared)]
public bool FDoHasRespondedCheck { get; set; }
Property Value
Type: System.Boolean