Edit

Share via


TwitterUser.ProfileUseBackgroundImage Property

Definition

Gets or sets a value indicating whether the user has selected to use their uploaded background image in their profile.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to