Gets or sets the screenName the status is in reply to.
| C# | Visual Basic |
[JsonPropertyAttribute(PropertyName = "in_reply_to_screen_name")] [DataMemberAttribute] public string InReplyToScreenName { get; set; }
<JsonPropertyAttribute(PropertyName := "in_reply_to_screen_name")> _ <DataMemberAttribute> _ Public Property InReplyToScreenName As String Get Set
The screenName.