IMigrationItemProperties.LastTestMigrationTime Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The last test migration time.
[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Description="The last test migration time.", PossibleTypes=new System.Type[] { typeof(System.DateTime) }, ReadOnly=true, Required=false, SerializedName="lastTestMigrationTime")]
public DateTime? LastTestMigrationTime { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Description="The last test migration time.", PossibleTypes=new System.Type[] { typeof(System.DateTime) }, ReadOnly=true, Required=false, SerializedName="lastTestMigrationTime")>]
member this.LastTestMigrationTime : Nullable<DateTime>
Public ReadOnly Property LastTestMigrationTime As Nullable(Of DateTime)
Property Value
- Attributes