Web API Core | ComponentOne
C1.Web.Api.Visitor.Models Namespace / GeoLocationIPv4 Class / CityName Property

In This Topic
    CityName Property (GeoLocationIPv4)
    In This Topic
    Full name of the visitor's city or town.
    Syntax
    'Declaration
     
    
    <ColumnAttribute("city_name")>
    Public Property CityName As String
    [Column("city_name")]
    public string CityName {get; set;}
    See Also