VideoContentToken.ExpirationDate Property

Definition

Gets the content token expiration date in ISO8601 format (eg. 2021-01-01T00:00:00Z).

[Newtonsoft.Json.JsonProperty(PropertyName="expirationDate")]
public DateTime ExpirationDate { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="expirationDate")>]
member this.ExpirationDate : DateTime
Public ReadOnly Property ExpirationDate As DateTime

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to