BasicDigitalTwin.CustomProperties Property

Definition

Additional properties of the digital twin.

[Newtonsoft.Json.JsonExtensionData]
public System.Collections.Generic.IDictionary<string,object> CustomProperties { get; set; }
[<Newtonsoft.Json.JsonExtensionData>]
member this.CustomProperties : System.Collections.Generic.IDictionary<string, obj> with get, set
Public Property CustomProperties As IDictionary(Of String, Object)

Property Value

Attributes
Newtonsoft.Json.JsonExtensionDataAttribute

Remarks

This field will contain any properties of the digital twin that are not already defined by the other strong types of this class.

Applies to