IssueCommentContract.Text Property

Definition

Gets or sets comment text.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to