Share via


MigrationItemProperties.LastMigrationTime Property

Definition

Gets the last migration time.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to