Edit

Share via


TwitterDirectMessage.Id Property

Definition

Gets or sets the direct message id.

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

Property Value

The direct message id.

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to