Edit

Share via


TwitterDirectMessage.RecipientScreenName Property

Definition

Gets or sets the name of the recipient screen.

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

Property Value

The name of the recipient screen.

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to