Twitterizer 2 Documentation
Website Property
NamespacesTwitterizerTwitterUserWebsite
Gets or sets the user's website.
Declaration Syntax
C#Visual Basic
[JsonPropertyAttribute(PropertyName = "url")]
[DataMemberAttribute]
public string Website { get; set; }
<JsonPropertyAttribute(PropertyName := "url")> _
<DataMemberAttribute> _
Public Property Website As String
	Get
	Set
Value
The website address.

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