ReportedProperties 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 twin properties reported by the client.
public class ReportedProperties : Microsoft.Azure.Devices.Client.PropertyCollection
type ReportedProperties = class
inherit PropertyCollection
Public Class ReportedProperties
Inherits PropertyCollection
- Inheritance
Constructors
ReportedProperties() |
Initializes a new instance of this class. |
ReportedProperties(Dictionary<String,Object>, Boolean) |
Creates an instance of this class. |
Properties
Item[String] |
Gets or sets the value associated with the specified key. |
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
Add(String, Object) |
Adds the values to the collection. |
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