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

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