PartnerTopic.ExpirationTimeIfNotActivatedUtc Property

Definition

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