TwitterDirectMessage.SenderId Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the sender id.
[Newtonsoft.Json.JsonProperty(PropertyName="sender_id")]
public decimal SenderId { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="sender_id")>]
member this.SenderId : decimal with get, set
Public Property SenderId As Decimal
Property Value
The sender id.
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute