Installation.ExpirationTime プロパティ

定義

インストールの有効期限を取得または設定します

[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)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象