Twitterizer 2 Documentation
ProfileBackgroundImageLocation Property
NamespacesTwitterizerTwitterUserProfileBackgroundImageLocation
Gets or sets the profile background image location.
Declaration Syntax
C#Visual Basic
[DataMemberAttribute]
[JsonPropertyAttribute(PropertyName = "profile_background_image_url")]
public string ProfileBackgroundImageLocation { get; set; }
<DataMemberAttribute> _
<JsonPropertyAttribute(PropertyName := "profile_background_image_url")> _
Public Property ProfileBackgroundImageLocation As String
	Get
	Set
Value
The profile background image location.

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