Edit

Share via


TwitterDirectMessage.Recipient Property

Definition

Gets or sets the recipient.

[Newtonsoft.Json.JsonProperty(PropertyName="recipient")]
public Microsoft.Toolkit.Services.Twitter.TwitterUser Recipient { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="recipient")>]
member this.Recipient : Microsoft.Toolkit.Services.Twitter.TwitterUser with get, set
Public Property Recipient As TwitterUser

Property Value

The recipient.

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to