ContentByQueryWebPart.Filter1IsCustomValue Property

Gets or sets the Filter1IsCustomValue property value.

Namespace:  Microsoft.SharePoint.Publishing.WebControls
Assembly:  Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)

Syntax

'Declaration
<WebBrowsableAttribute(False)> _
<PersonalizableAttribute(PersonalizationScope.Shared)> _
Public Property Filter1IsCustomValue As Boolean
    Get
    Set
'Usage
Dim instance As ContentByQueryWebPart
Dim value As Boolean

value = instance.Filter1IsCustomValue

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