ConfigurationContent.DeviceContent プロパティ

定義

デバイス構成の内容。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象