BasicDigitalTwin.Id Property

Definition

The unique Id of the digital twin.

[Newtonsoft.Json.JsonProperty("$dtId")]
public string Id { get; set; }
[<Newtonsoft.Json.JsonProperty("$dtId")>]
member this.Id : string with get, set
Public Property Id As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

This is present at the root of every digital twin.

Applies to