This property specifies the bitmask that can be used against the metabase property, specified by LogCustomPropertyID, to determine whether the particular logging field is currently enabled or disabled.
When a logging module is asked to log custom information fields, the logging module will access the property specified by LogCustomPropertyID, and check the individual flag bits, specified by LogCustomPropertyMask, to determine if that particular field is currently enabled or disabled.
For more information about custom logging fields, see Setting Metabase Properties for Logging.
Data type | Long |
Default value | 0 |
Inheritance | Inheritable |
This property is accessible at the following locations:
Metabase Path | Key Type |
/LM/Logging/CustomLogging | IIsCustomLogModule |
/LM/Logging/CustomLogging/Field | IIsCustomLogModule |
/LM/Logging/CustomLogging/FieldGroup | IIsCustomLogModule |
/LM/Logging/CustomLogging/FieldGroup/Field | IIsCustomLogModule |
The following table lists additional information required only for code that uses the IIS Admin Base Object.
Metabase identifier | MD_LOGCUSTOM_PROPERTY_MASK |
User type | IIS_MD_UT_SERVER |