Gets or sets the a value indicating whether the authenticated user is followed by this user.
| 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
The is followed by.