次の方法で共有


JobResponse.Type プロパティ

定義

ジョブの種類を取得します。 使用可能な値には、'unknown'、'export'、'import'、'backup'、'readDeviceProperties'、'writeDeviceProperties'、'updateDeviceConfiguration'、'rebootDevice'、'factoryResetDevice'、'firmwareUpdate' などがあります。

[Newtonsoft.Json.JsonProperty(PropertyName="type")]
public string Type { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="type")>]
member this.Type : string
Public ReadOnly Property Type As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象