Edit

Share via


TwitterUser.ProfileBackgroundImageUrlHttps Property

Definition

Gets or sets profile background image url using https.

[Newtonsoft.Json.JsonProperty("profile_background_image_url_https")]
public string ProfileBackgroundImageUrlHttps { get; set; }
[<Newtonsoft.Json.JsonProperty("profile_background_image_url_https")>]
member this.ProfileBackgroundImageUrlHttps : string with get, set
Public Property ProfileBackgroundImageUrlHttps As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to