Edit

Share via


TwitterDirectMessage.Text Property

Definition

Gets or sets the direct message text.

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

Property Value

The direct message text.

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to