Question
fetching service parameter
Hi,
I'm having trouble fetching the value from the service parameter, I have this in my code
[ThingworxServiceParameter(name = "Name", description = "Name", baseType = "STRING")] string name
but when the value Is sent from thingworx, I don't get the value in my application
