次の方法で共有


JobResponse.DeviceId プロパティ

定義

この応答に関連する deviceId。 null を指定できます (たとえば、親オーケストレーションの場合)。

[Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore, PropertyName="deviceId")]
public string DeviceId { get; set; }
[<Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore, PropertyName="deviceId")>]
member this.DeviceId : string with get, set
Public Property DeviceId As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象