WritableProperty Class

Definition

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