SUCScheduleProperties.ExpiryTime プロパティ

定義

スケジュールの終了時刻を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象