ProvisioningTwinPropertyValue Class

Definition

Represents a property value in a ProvisioningTwinProperties.

public class ProvisioningTwinPropertyValue : Newtonsoft.Json.Linq.JValue
type ProvisioningTwinPropertyValue = class
    inherit JValue
Public Class ProvisioningTwinPropertyValue
Inherits JValue
Inheritance
Newtonsoft.Json.Linq.JValue
ProvisioningTwinPropertyValue

Properties

Item[String]

Gets the value for the given property name.

Methods

GetLastUpdatedOnUtc()

Gets the time when this property was last updated.

GetLastUpdatedVersion()

Gets the LastUpdatedVersion for this property.

GetMetadata()

Gets the Metadata for this property.

Applies to