ContainsCharacters 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 behavior of the ContainsCharactersValidator.

Namespace:  Microsoft.Practices.EnterpriseLibrary.Validation.Validators
Assembly:  Microsoft.Practices.EnterpriseLibrary.Validation (in Microsoft.Practices.EnterpriseLibrary.Validation.dll)

Syntax

'Declaration
PublicEnumerationContainsCharacters
publicenumContainsCharacters
publicenum classContainsCharacters
publicenum ContainsCharacters

Members

Member name Value Description
Any 0 Indicates that validation is considered successful when at least one character in the character set is included in the validated value.
All 1 Indicates that validation is considered successful when at all the characters in the character set are included in the validated value.

See Also

Microsoft.Practices.EnterpriseLibrary.Validation.Validators 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.