Gets or sets a value indicating whether the authenticated user is following this user.
| C# | Visual Basic |
[DataMemberAttribute] [JsonPropertyAttribute(PropertyName = "following")] public Nullable<bool> IsFollowing { get; set; }
<DataMemberAttribute> _ <JsonPropertyAttribute(PropertyName := "following")> _ Public Property IsFollowing As Nullable(Of Boolean) Get Set
true if the authenticated user is following this user; otherwise, false.