IApplyAbleFilter.FilterConfigured Property
Gets a value that indicates whether the filter is configured.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.Office.Server.FilterControls (in Microsoft.Office.Server.FilterControls.dll)
Syntax
'Declaration
ReadOnly Property FilterConfigured As Boolean
Get
'Usage
Dim instance As IApplyAbleFilter
Dim value As Boolean
value = instance.FilterConfigured
bool FilterConfigured { get; }
Property Value
Type: System.Boolean
true if the filter is configured; otherwise, false.