SupportTicketDetails.Title Property

Definition

Gets or sets title of the support ticket.

[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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to