DesiredProperties 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.
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
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 |
Explicit Interface Implementations
IEnumerable.GetEnumerator() | (Inherited from PropertyCollection) |
Applies to
Azure SDK for .NET