次の方法で共有


Updates.IsUpdateInProgress プロパティ

定義

更新が進行中かどうかを示す値を取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.isUpdateInProgress")]
public bool? IsUpdateInProgress { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.isUpdateInProgress")>]
member this.IsUpdateInProgress : Nullable<bool> with get, set
Public Property IsUpdateInProgress As Nullable(Of Boolean)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象