WindowsParameters.MaxPatchPublishDate プロパティ

定義

この公開日の上限以前に発行された修正プログラムをインストールするために使用される値を取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="maxPatchPublishDate")]
public DateTime? MaxPatchPublishDate { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="maxPatchPublishDate")>]
member this.MaxPatchPublishDate : Nullable<DateTime> with get, set
Public Property MaxPatchPublishDate As Nullable(Of DateTime)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象