Edit

Share via


WeiboStatus.IsTruncated Property

Definition

Gets or sets a value indicating whether status is truncated (true when Weibo status is longer than 140 characters) This entity may be deprecated - it never seems to be set to true.

[Newtonsoft.Json.JsonProperty("truncated")]
public bool IsTruncated { get; set; }
[<Newtonsoft.Json.JsonProperty("truncated")>]
member this.IsTruncated : bool with get, set
Public Property IsTruncated As Boolean

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to