Edit

Share via


TwitterUser.Verified Property

Definition

Gets or sets a value indicating whether account is verified (blue checkmark).

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to