Edit

Share via


TwitterUser.ProfileImageUrlHttps Property

Definition

Gets or sets profile image url using https.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to