SyncGroupLogProperties.Timestamp Property

Definition

Gets timestamp of the sync group log.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to