你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

BasicDigitalTwin.CustomProperties 属性

定义

数字孪生体的其他属性。

[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)

属性值

属性
Newtonsoft.Json.JsonExtensionDataAttribute

注解

此字段将包含此类的其他强类型尚未定义的数字孪生体的任何属性。

适用于