Share via


FilterOperation.IsFieldLookupId property

Gets or sets a value that indicates whether the current filter operation is applied to the lookup field.

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property IsFieldLookupId As Boolean
    Get
    Set
'Usage
Dim instance As FilterOperation
Dim value As Boolean

value = instance.IsFieldLookupId

instance.IsFieldLookupId = value
public bool IsFieldLookupId { get; set; }

Property value

Type: System.Boolean
A Boolean value of true if the filter is applied to the lookup field. If the filter is not applied to the lookup field, this property has a value of false.

See also

Reference

FilterOperation class

FilterOperation members

Microsoft.SharePoint.WebPartPages namespace