CategoryFilterMode Enumeration
Retired Content |
---|
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
Represents the possible modes for client-side category filtering.
Namespace: Microsoft.Practices.EnterpriseLibrary.Logging
Assembly: Microsoft.Practices.EnterpriseLibrary.Logging (in Microsoft.Practices.EnterpriseLibrary.Logging.dll)
Syntax
'Declaration
PublicEnumerationCategoryFilterMode
publicenumCategoryFilterMode
publicenum classCategoryFilterMode
publicenum CategoryFilterMode
Members
Member name | Value | Description | |
---|---|---|---|
AllowAllExceptDenied | 0 | Allow all categories except those explicitly denied | |
DenyAllExceptAllowed | 1 | Deny all categories except those explicitly allowed |
See Also
Microsoft.Practices.EnterpriseLibrary.Logging Namespace
Retired Content |
---|
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |