Gets or sets a value indicating whether this user is geo enabled.
| 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
true if this user is geo enabled; otherwise, false.