Twitterizer 2 Documentation
IsTruncated Property
NamespacesTwitterizerTwitterStatusIsTruncated
Gets or sets a value indicating whether this status message is truncated.
Declaration Syntax
C#Visual Basic
[DataMemberAttribute]
[JsonPropertyAttribute(PropertyName = "truncated")]
public Nullable<bool> IsTruncated { get; set; }
<DataMemberAttribute> _
<JsonPropertyAttribute(PropertyName := "truncated")> _
Public Property IsTruncated As Nullable(Of Boolean)
	Get
	Set
Value
true if this status message is truncated; otherwise, false.

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