[Technical Question] [v2] How to set Properties on TelemetryMessage
nikoraes opened this issue · 1 comments
nikoraes commented
Hi,
I'm using v2-preview007.
The 'Properties' in the 'TelemetryMessage' class are readonly (private set).
https://github.com/Azure/azure-iot-sdk-csharp/blob/previews/v2/iothub/device/src/Messaging/TelemetryMessage.cs
How can you set the event properties ?
Or is this a bug in the Telemetry message class?
nikoraes commented
Nevermind, found it