WritableProperty Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An optional, helper class for deserializing a digital twin.
public class WritableProperty
type WritableProperty = class
Public Class WritableProperty
- Inheritance
-
WritableProperty
Remarks
A writable property is one that the service may request a change for from the device.
Constructors
WritableProperty() |
Properties
AckCode |
The response code of the property update request, usually an HTTP Status Code (e.g. 200). |
AckDescription |
The message response of the property update request. |
AckVersion |
The version of the reported property value. |
DesiredValue |
The desired value. |
DesiredVersion |
The version of the property with the specified desired value. |
LastUpdatedOnUtc |
The time when this property was last updated. |
Applies to
Azure SDK for .NET