次の方法で共有


VideoCreationProperties.Title プロパティ

定義

ユーザーによって提供される省略可能なタイトルを取得または設定します。 値の長は最大 256 文字です。

[Newtonsoft.Json.JsonProperty(PropertyName="title")]
public string Title { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="title")>]
member this.Title : string with get, set
Public Property Title As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象