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)
Available in Sandboxed Solutions: No

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