ContentByQueryWebPart.FilterType2 Property
Gets or sets the FilterType2 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 FilterType2 As String
Get
Set
'Usage
Dim instance As ContentByQueryWebPart
Dim value As String
value = instance.FilterType2
instance.FilterType2 = value
[WebBrowsableAttribute(false)]
[PersonalizableAttribute(PersonalizationScope.Shared)]
public string FilterType2 { get; set; }
Property Value
Type: System.String