Rendering.Title Property

Definition

Gets or sets title of data

[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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to