MethodInfo.varType Method [AX 2012]
Specifies a variable data type by using values from the Types enumeration.
public Types varType(int variableNumber)
Run On
CalledParameters
- variableNumber
- Type: int
An integer that specifies a method variable based on the order of the variables listed in the method.
Return Value
Type: Types EnumerationA Types enumeration value that indicates the variable data type.
Community Additions
ADD
Show: