Twitterizer 2 Documentation
IsFollowedBy Property
NamespacesTwitterizerTwitterUserIsFollowedBy
Gets or sets the a value indicating whether the authenticated user is followed by this user.
Declaration Syntax
C#Visual Basic
[JsonPropertyAttribute(PropertyName = "followed_by")]
[DataMemberAttribute]
public Nullable<bool> IsFollowedBy { get; set; }
<JsonPropertyAttribute(PropertyName := "followed_by")> _
<DataMemberAttribute> _
Public Property IsFollowedBy As Nullable(Of Boolean)
	Get
	Set
Value
The is followed by.

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