次の方法で共有


VideoEntity.Title プロパティ

定義

ユーザーが提供するオプションのビデオ タイトルを取得または設定します。 値の長は最大 256 文字です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象