Twitterizer 2 Documentation
IsFollowing Property
NamespacesTwitterizerTwitterUserIsFollowing
Gets or sets a value indicating whether the authenticated user is following this user.
Declaration Syntax
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
Value
true if the authenticated user is following this user; otherwise, false.

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