COMVariant.long Method [AX 2012]
Gets or sets the value of a COMVariant object of the VT_I4 data type.
If you pass in a value that has a different data type than the object, the data type of the object will be changed to match the data type of the value.
The COMVariantType::VT_I4 data type is also used for the int variant type. The COMVariant.int method is identical to this method; the two methods exist for completeness.
Community Additions
ADD
Show: