Participants.StatusDate Property

Definition

Gets the date when the status got changed.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to