FilterConfig.Filterable Property
Gets and sets a value that determines if the filter is active;
Namespace: Microsoft.WindowsServerSolutions.Administration.ObjectModel.Internal
Assembly: Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)
Syntax
public bool Filterable { get; set; }
public:
property bool Filterable {
bool get();
void set(bool value);
}
Public Property Filterable As Boolean
Property Value
Type: System.Boolean
true if the filter is active; otherwise, false.
See Also
FilterConfig Class
Microsoft.WindowsServerSolutions.Administration.ObjectModel.Internal Namespace
Return to top