Gets or sets the profile image location.
| C# | Visual Basic |
[DataMemberAttribute] [JsonPropertyAttribute(PropertyName = "profile_image_url")] public string ProfileImageLocation { get; set; }
<DataMemberAttribute> _ <JsonPropertyAttribute(PropertyName := "profile_image_url")> _ Public Property ProfileImageLocation As String Get Set
The profile image location.