ContentByQueryWebPart.Filter2IsCustomValue Property
Gets or sets the Filter2IsCustomValue property value.
Namespace: Microsoft.SharePoint.Publishing.WebControls
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
<PersonalizableAttribute(PersonalizationScope.Shared)> _
<WebBrowsableAttribute(False)> _
Public Property Filter2IsCustomValue As Boolean
Get
Set
'Usage
Dim instance As ContentByQueryWebPart
Dim value As Boolean
value = instance.Filter2IsCustomValue
instance.Filter2IsCustomValue = value
[PersonalizableAttribute(PersonalizationScope.Shared)]
[WebBrowsableAttribute(false)]
public bool Filter2IsCustomValue { get; set; }
Property Value
Type: System.Boolean
Returns Boolean.
Remarks
A Boolean to indicate whether the current filter is based on a custom value. A custom value means the filter is based on a value of a field of the page or a query string parameter's value.