Aracılığıyla paylaş


TwinProperties.Desired Property

Definition

Gets and sets the Twin desired properties.

[Newtonsoft.Json.JsonProperty(DefaultValueHandling=Newtonsoft.Json.DefaultValueHandling.Ignore, PropertyName="desired")]
public Microsoft.Azure.Devices.Shared.TwinCollection Desired { get; set; }
[<Newtonsoft.Json.JsonProperty(DefaultValueHandling=Newtonsoft.Json.DefaultValueHandling.Ignore, PropertyName="desired")>]
member this.Desired : Microsoft.Azure.Devices.Shared.TwinCollection with get, set
Public Property Desired As TwinCollection

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to