次の方法で共有


VideoContentToken.Token プロパティ

定義

"token" クエリ文字列パラメーターの値としてビデオ コンテンツ URL に追加されるコンテンツ トークン値を取得します。 トークンは 1 つのビデオに固有です。

[Newtonsoft.Json.JsonProperty(PropertyName="token")]
public string Token { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="token")>]
member this.Token : string
Public ReadOnly Property Token As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象