public method O2GValueMap.setInt

Brief

Sets an integer value.

Declaration
C#
void  setInt (O2GRequestParamsEnum param, int value)

Parameters
param

The identifier of the parameter.

value

The parameter value.

Declared in O2GValueMap

back