Share via


IJob.StartTime Property

Definition

The start time.

[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Description="The start time.", PossibleTypes=new System.Type[] { typeof(System.DateTime) }, ReadOnly=false, Required=false, SerializedName="startTime")]
public DateTime? StartTime { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Description="The start time.", PossibleTypes=new System.Type[] { typeof(System.DateTime) }, ReadOnly=false, Required=false, SerializedName="startTime")>]
member this.StartTime : Nullable<DateTime> with get, set
Public Property StartTime As Nullable(Of DateTime)

Property Value

Attributes

Applies to