Twitterizer 2 Documentation
InReplyToUserId Property
NamespacesTwitterizerTwitterStatusInReplyToUserId
Gets or sets the user id the status is in reply to.
Declaration Syntax
C#Visual Basic
[JsonPropertyAttribute(PropertyName = "in_reply_to_user_id")]
[DataMemberAttribute]
public Nullable<decimal> InReplyToUserId { get; set; }
<JsonPropertyAttribute(PropertyName := "in_reply_to_user_id")> _
<DataMemberAttribute> _
Public Property InReplyToUserId As Nullable(Of Decimal)
	Get
	Set
Value
The user id.

Assembly: Twitterizer2 (Module: Twitterizer2) Version: 2.3.2.40349 (2.3.2.0)