Twitterizer 2 Documentation
IsGeoEnabled Property
NamespacesTwitterizerTwitterUserIsGeoEnabled
Gets or sets a value indicating whether this user is geo enabled.
Declaration Syntax
C#Visual Basic
[DataMemberAttribute]
[JsonPropertyAttribute(PropertyName = "geo_enabled")]
public Nullable<bool> IsGeoEnabled { get; set; }
<DataMemberAttribute> _
<JsonPropertyAttribute(PropertyName := "geo_enabled")> _
Public Property IsGeoEnabled As Nullable(Of Boolean)
	Get
	Set
Value
true if this user is geo enabled; otherwise, false.

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