TagFilter 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. |
Specifies the kind of filtering to perform for FindAll(TagFilter, array<String>)
Namespace: Microsoft.Practices.EnterpriseLibrary.Validation
Assembly: Microsoft.Practices.EnterpriseLibrary.Validation (in Microsoft.Practices.EnterpriseLibrary.Validation.dll)
Syntax
'Declaration
PublicEnumerationTagFilter
publicenumTagFilter
publicenum classTagFilter
publicenum TagFilter
Members
Member name | Value | Description | |
---|---|---|---|
Include | 0 | Include results with the supplied tags. | |
Ignore | 1 | Ignore results with the supplied tags. |
See Also
Microsoft.Practices.EnterpriseLibrary.Validation 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. |