次の方法で共有


VideoContentToken.ExpirationDate プロパティ

定義

コンテンツ トークンの有効期限を ISO8601 形式で取得します (例: 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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象