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

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