ApplicationPackage.LastActivationTime Property

Definition

Gets the time at which the package was last activated, if the package is active.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to