DesiredProperties Class

Definition

The collection of desired property update requests received from service.

public class DesiredProperties : Microsoft.Azure.Devices.Client.PropertyCollection
type DesiredProperties = class
    inherit PropertyCollection
Public Class DesiredProperties
Inherits PropertyCollection
Inheritance
DesiredProperties

Constructors

DesiredProperties(Dictionary<String,Object>)

Creates an instance of this class.

Properties

PayloadConvention

The payload convention that defines a specific serializer as well as a specific content encoding for the payload.

(Inherited from PropertyCollection)
Version

The version of the client twin properties.

(Inherited from PropertyCollection)

Methods

GetEnumerator() (Inherited from PropertyCollection)
GetSerializedString()

The client twin properties, as a serialized string.

(Inherited from PropertyCollection)
TryGetValue<T>(String, T)

Gets the value associated with the propertyKey in the reported property collection.

(Inherited from PropertyCollection)

Explicit Interface Implementations

IEnumerable.GetEnumerator() (Inherited from PropertyCollection)

Applies to