Edit

Share via


TwitterStreamDeletedEvent.UserId Property

Definition

Gets or sets the user id of the event. This is always the user who initiated the event.

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

Property Value

The user Id.

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to