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