次の方法で共有


UpdateInstallProgress.NumberOfUpdatesInstalled プロパティ

定義

インストールされている更新プログラムの数を取得します。

[Newtonsoft.Json.JsonProperty(PropertyName="numberOfUpdatesInstalled")]
public int? NumberOfUpdatesInstalled { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="numberOfUpdatesInstalled")>]
member this.NumberOfUpdatesInstalled : Nullable<int>
Public ReadOnly Property NumberOfUpdatesInstalled As Nullable(Of Integer)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象