Twitterizer 2 Documentation
User Property
NamespacesTwitterizerTwitterListUser
Gets or sets the user that owns the list.
Declaration Syntax
C#Visual Basic
[JsonPropertyAttribute(PropertyName = "user")]
[DataMemberAttribute]
public TwitterUser User { get; set; }
<JsonPropertyAttribute(PropertyName := "user")> _
<DataMemberAttribute> _
Public Property User As TwitterUser
	Get
	Set
Value
The owning user.

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