Edit

Share via


TwitterUser.GeoEnabled Property

Definition

Gets or sets a value indicating whether geotagging is enabled. This determines whether or not to geotag the user's posts.

[Newtonsoft.Json.JsonProperty("geo_enabled")]
public bool GeoEnabled { get; set; }
[<Newtonsoft.Json.JsonProperty("geo_enabled")>]
member this.GeoEnabled : bool with get, set
Public Property GeoEnabled As Boolean

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to