次の方法で共有


WindowsProperties.ExcludedKbNumbers プロパティ

定義

ソフトウェア更新プログラムの構成から除外される KB 番号を取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="excludedKbNumbers")]
public System.Collections.Generic.IList<string> ExcludedKbNumbers { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="excludedKbNumbers")>]
member this.ExcludedKbNumbers : System.Collections.Generic.IList<string> with get, set
Public Property ExcludedKbNumbers As IList(Of String)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象