Web API Core | ComponentOne
C1.Web.Api.Visitor.Models Namespace / GeoLocationIPv6 Class / CountryName Property

In This Topic
    CountryName Property (GeoLocationIPv6)
    In This Topic
    Full name of the visitor's country.
    Syntax
    'Declaration
     
    
    <ColumnAttribute("country_name")>
    Public Property CountryName As String
    [Column("country_name")]
    public string CountryName {get; set;}
    See Also