WindowsParameters.MaxPatchPublishDate Property

Definition

Gets or sets this is used to install patches that were published on or before this given max published date.

[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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to