Edit

Share via


TwitterUser.DefaultProfileImage Property

Definition

Gets or sets a value indicating whether or not the user is using the default profile image.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to