[This is preliminary documentation and is subject to change.]
The DefineSqLength option,
is used to make DVT encode explicit length Sequences when sending messages.
| C# | Visual Basic | Visual C++ |
bool DefineSqLength { get; set; }
Property DefineSqLength As Boolean
property bool DefineSqLength { bool get (); void set (bool value); }
Explicit lengths are computed for both the Sequence and each Item present within the Sequence.
By default DVT uses the undefined length encoding.