次の方法で共有


SupportTicketDetails.Title プロパティ

定義

サポート チケットのタイトルを取得または設定します。

[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

適用対象