ContentByQueryWebPart.Filter3IsCustomValue property

Gets or sets the Filter3IsCustomValue 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 Filter3IsCustomValue As Boolean
    Get
    Set
'Usage
Dim instance As ContentByQueryWebPart
Dim value As Boolean

value = instance.Filter3IsCustomValue

instance.Filter3IsCustomValue = value
[PersonalizableAttribute(PersonalizationScope.Shared)]
[WebBrowsableAttribute(false)]
public bool Filter3IsCustomValue { 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.

See also

Reference

ContentByQueryWebPart class

ContentByQueryWebPart members

Microsoft.SharePoint.Publishing.WebControls namespace