IApplyAbleFilter.FilterConnected Property
Gets a value that indicates whether a Web Part that implements the IApplyAbleFilter interface acts as a provider to provide the filter to other Web Parts.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.Office.Server.FilterControls (in Microsoft.Office.Server.FilterControls.dll)
Syntax
'Declaration
ReadOnly Property FilterConnected As Boolean
Get
'Usage
Dim instance As IApplyAbleFilter
Dim value As Boolean
value = instance.FilterConnected
bool FilterConnected { get; }
Property Value
Type: System.Boolean
true if the filter is connected; otherwise, false.