Edit

Share via


TwitterStreamDeletedEvent.Id Property

Definition

Gets or sets the id of the event. This is the tweet that was affected.

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

Property Value

The tweet Id.

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to