SiteExtensionInfoInner.InstalledDateTime Property

Definition

Gets or sets installed timestamp.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to