Share via


Channel.ExpirationTimeIfNotActivatedUtc Property

Definition

Gets or sets expiration time of the channel. If this timer expires while the corresponding partner topic is never activated, the channel and corresponding partner topic 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