Edit

Share via


TwitterDirectMessage.RecipientId Property

Definition

Gets or sets the recipient id.

[Newtonsoft.Json.JsonProperty(PropertyName="recipient_id")]
public decimal RecipientId { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="recipient_id")>]
member this.RecipientId : decimal with get, set
Public Property RecipientId As Decimal

Property Value

The recipient id.

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to