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

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