Description |
The FieldBase property sets the base index of the
message Field collection.
| Value |
Description |
| ucmBase0 |
The index to access the first message field through the Field(M) method is 0 (zero). This setting is best
used with the C programming language. |
| ucmBase1 |
The index to access the first message field through the Field(M) method is 1. This is the preferred setting
for VB. |
|