Twitterizer 2 Documentation
FollowRequestSent Property
NamespacesTwitterizerTwitterUserFollowRequestSent
Gets or sets a value indicating whether [follow request sent].
Declaration Syntax
C#Visual Basic
[DataMemberAttribute]
[JsonPropertyAttribute(PropertyName = "follow_request_sent")]
public Nullable<bool> FollowRequestSent { get; set; }
<DataMemberAttribute> _
<JsonPropertyAttribute(PropertyName := "follow_request_sent")> _
Public Property FollowRequestSent As Nullable(Of Boolean)
	Get
	Set
Value
true if [follow request sent]; otherwise, false.

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