Edit

Share via


TwitterUser.ProfileImageUrl Property

Definition

Gets or sets profile image url.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to