Available automatic value types.
Member | Value | Description |
---|---|---|
MFAutomaticValueTypeAutoNumberSimple | 3 | Simple automatic numbering: the last used value and an increment. Calculated once. |
MFAutomaticValueTypeCalculatedWithPlaceholders | 1 | Simple concatenation of properties: A string with property definition placeholders, such as 'PROPERTY_1000 - PROPERTY_1001'. |
MFAutomaticValueTypeCalculatedWithVBScript | 2 | Calculated value (VBScript): The VBScript code calculates the value. |
MFAutomaticValueTypeNone | 0 | No automatic value. |
MFAutomaticValueTypeWithVBScript | 4 | Customized automatic numbering (VBScript): The VBScript code produces the automatic number. Calculated once. |