MigrateSyncCompleteCommandInput.CommitTimeStamp Property

Definition

Gets or sets time stamp to complete

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to