Share via


SUCScheduleProperties.ExpiryTime Property

Definition

Gets or sets the end time of the schedule.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to