FilterState Metabase Property
Updated: August 22, 2005
Applies To: Windows Server 2003, Windows Server 2003 with SP1
The FilterState property indicates whether the installed filter is loaded or unloaded, as defined in the Bitmask Values table.
Important |
|---|
| Because this property is internally configured by IIS, you should consider it to be read-only. Do not configure this property. |
| Attribute Name | Attribute Value |
|---|---|
|
XML Data Type |
DWORD |
|
WMI Data Type |
SINT32 |
|
ADSI Data Type |
DWORD |
|
ABO Data Type |
DWORD |
|
ABO Metabase Identifier |
MD_FILTER_STATE |
|
Attributes |
NO_ATTRIBUTES |
|
Default Value |
0 |
|
MetaFlagsEx |
CACHE_PROPERTY_MODIFIED |
|
User Type |
IIS_MD_UT_SERVER |
|
ID |
2042 |
Configurable Locations
You can configure this property at the following locations in the IIS metabase.
| Metabase Path | IIS Admin Object Type |
|---|---|
|
/LM/W3SVC/Filters/filter_name /LM/W3SVC/n/Filters/filter_name |
IIsFilter |
Values
| Constant | Value | Description |
|---|---|---|
|
MD_FILTER_STATE_LOADED |
0x00000001 |
Filter is loaded. |
|
MD_FILTER_STATE_UNLOADED |
0x00000004 |
Filter is unloaded. |
Code Example
For general code examples, see Code Examples to Configure Metabase Properties.

Important