LiveEvent.Created Property

Definition

Gets the creation time for the live event

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to