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