GetTaskResponse.CompletedDateTime Property

Definition

The datetime the task was completed.

[System.Text.Json.Serialization.JsonInclude]
[System.Text.Json.Serialization.JsonPropertyName("completedDateTime")]
public DateTime? CompletedDateTime { get; init; }
[<System.Text.Json.Serialization.JsonInclude>]
[<System.Text.Json.Serialization.JsonPropertyName("completedDateTime")>]
member this.CompletedDateTime : Nullable<DateTime> with get, set
Public Property CompletedDateTime As Nullable(Of DateTime)

Property Value

Attributes

Applies to