Share via


VirtualMachineSoftwarePatchProperties.PublishedDate Property

Definition

Gets the UTC timestamp when the repository published this patch.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to