Hi team,
How can we make “Delay” property configurable in json?
I tried ConfigData(“delayproperty”).toString on the Delay property-but it gives an error
Thanks,
Teenu
Hi team,
How can we make “Delay” property configurable in json?
I tried ConfigData(“delayproperty”).toString on the Delay property-but it gives an error
Thanks,
Teenu
Hi Teenu, the value for Delay should be an integer. You can use cint(string)
Thanks,
Jess
Yes , I have found it and used Convert.ToInt
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.