Share via


ChannelUpdateParameters.ExpirationTimeIfNotActivatedUtc Property

Definition

Gets or sets expiration time of the channel. If this timer expires while the corresponding partner topic or partner destination is never activated, the channel and corresponding partner topic or partner destination are deleted.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to