LiveEvent.LastModified Property

Definition

Gets the last modified time of the live event.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to