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