CodeMaskLevel.Sequence Property

Project Developer Reference

Specifies the type of sequence in a code mask. Can be one of the following PjCustomOutlineCodeSequence constants: pjCustomOutlineCodeCharacters, pjCustomOutlineCodeLowercaseLetters, pjCustomOutlineCodeNumbers, or pjCustomOutlineCodeUppercaseLetters. Read/write Long.

Syntax

expression.Sequence

expression   A variable that represents a CodeMaskLevel object.

Return Value
PjCustomOutlineCodeSequence

See Also