共用方式為


EventSubscriptionUpdateParameters.ExpirationTimeUtc Property

Definition

Gets or sets information about the expiration time for the event subscription.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to