Twitterizer 2 Documentation
ProfileImageLocation Property
NamespacesTwitterizerTwitterUserProfileImageLocation
Gets or sets the profile image location.
Declaration Syntax
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
Value
The profile image location.

Assembly: Twitterizer2 (Module: Twitterizer2) Version: 2.3.2.40349 (2.3.2.0)