SyncAgent.ExpiryTime Property

Definition

Gets expiration time of the sync agent version.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.expiryTime")]
public DateTime? ExpiryTime { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.expiryTime")>]
member this.ExpiryTime : Nullable<DateTime>
Public ReadOnly Property ExpiryTime As Nullable(Of DateTime)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to