다음을 통해 공유


IOperationResultsDescription.StartTime Property

Definition

The time that the operation was started.

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

Property Value

Attributes

Applies to