BasicRelationship.SourceId Property
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 unique Id of the source digital twin. This field is present on every relationship.
[System.Text.Json.Serialization.JsonPropertyName("$sourceId")]
public string SourceId { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("$sourceId")>]
member this.SourceId : string with get, set
Public Property SourceId As String
Property Value
- Attributes