FilterOperation.IsFieldLookupId property
取得或設定值,指出是否要將目前的篩選作業套用至 [查詢] 欄位。
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Property IsFieldLookupId As Boolean
Get
Set
'用途
Dim instance As FilterOperation
Dim value As Boolean
value = instance.IsFieldLookupId
instance.IsFieldLookupId = value
public bool IsFieldLookupId { get; set; }
Property value
Type: System.Boolean
true如果篩選器套用到 [查詢] 欄位的布林值。如果篩選器不會套用到 [查詢] 欄位中,這個屬性會有false的值。