Share via


GalleryArtifactPublishingProfileBase.PublishedDate Property

Definition

Gets the timestamp for when the gallery image version is published.

[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