DevicePropertyValue.LastUpdatedTime Property
Last time the property was updated by the device
Namespace: Microsoft.Azure.Devices
Assembly: Microsoft.Azure.Devices (in Microsoft.Azure.Devices.dll)
Syntax
[JsonPropertyAttribute(PropertyName = "lastUpdatedTime")]
public DateTime LastUpdatedTime { get; internal set; }
public:
[JsonPropertyAttribute(PropertyName = "lastUpdatedTime")]
property DateTime LastUpdatedTime {
DateTime get();
internal: void set(DateTime value);
}
Property Value
Type: System.DateTime
See Also
DevicePropertyValue Class
Microsoft.Azure.Devices Namespace
Return to top