共用方式為


GetCallbackUrlParameters.NotAfter Property

Definition

Gets or sets the expiry time.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to