WindowsParameters.KbNumbersToInclude プロパティ

定義

パッチ操作に含める KB を取得または設定します

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象