SiteExtensionInfoData.PublishedOn Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Published timestamp. Serialized Name: SiteExtensionInfo.properties.published_date_time
public DateTimeOffset? PublishedOn { get; set; }
member this.PublishedOn : Nullable<DateTimeOffset> with get, set
Public Property PublishedOn As Nullable(Of DateTimeOffset)