The types of characters that the character set contains. You can use one or more of the following values.
all
alpha
- includes both lower case and upper caselowercase
uppercase
digit
punctuation
special
- includes currency, mathematical, and other non-punctuation symbolssymbol
- includes anything that the alpha
or digit
options do not include. This is equivalent to punctuation
and special
combinedSeparate multiple values with commas (there must be no space before or after a comma).
Type: | String |
---|---|
Default: | All |
Required: | No |
Configuration Section: | TaskName |
Example: | CharacterTypes=uppercase,punctuation
|
See Also: |
|