共用方式為


RemoteSupportSettings.ExpirationTimeStampInUTC Property

Definition

Gets or sets expiration time stamp

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to