Installation.ExpirationTime Property

Definition

Gets or sets expiration for the installation

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to