Partilhar via


RunCommandResult.StartedAt Property

Definition

Gets the time when the command started.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to